wsdjeg / SpaceVim-comments

1 stars 0 forks source link

Use Vim as a Python IDE | SpaceVim #24

Open wsdjeg opened 5 years ago

wsdjeg commented 5 years ago

https://spacevim.org/use-vim-as-a-python-ide/

wsdjeg commented 5 years ago

ohh, the repl for python support should updated.

bolu-atx commented 5 years ago

Is there anyway to pass arguments to flake8 linter so I can disable certain warnings?

wsdjeg commented 5 years ago

please read :h neomake, in spacevim the lint plugin is neomake by default. you can use bootstrap function to config neomake.

apocalypse2012 commented 5 years ago

New to Spacevim. I cant get the python REPL to work. < SPC l s i > just puts me in insert mode. I have modified init as directed in these instructions. Cannot start a repl.

apocalypse2012 commented 5 years ago

NM

mkhoudi commented 5 years ago

Is there a tutorial on how to use the ipython repl?