TheResplandor / init.vimango

15 stars 0 forks source link

Integrate running python code #10

Open TheResplandor opened 4 years ago

TheResplandor commented 4 years ago

Integrate running python inside of vim:

TheResplandor commented 4 years ago

coc's commands :CocCommand python.execInTerminal and :CocCommand python.execSelectionInTerminal work just like atom's hydrogen, which is bad - doesnt remove indentation when executing parts of a function, Not focused on the window in which the code is ran after the command starts, runs current file and not main.py.

Create your own ways!

TheResplandor commented 4 years ago

There is currently no good way to run parts of the code. I'll need to make my own plugin for this. this might be a good and easy first plugin.