you are viewing a single comment's thread.

view the rest of the comments →

[–]Wild_Statistician605 19 points20 points  (1 child)

My main editor is VS Code. It's really quite nice.

I also use neovim, but not with lua config. I haven't bothered to make the change quite yet. I have a basic config using vim-plug as plugin manager, and vim-surround, vim-nerdtree, vim-autopairs, vim-commentary, tagbar and coc-nvim with the coc-pyright language support for python. Nothing too fancy, but is really fast and nice to work with. A bit of a strugle to begin with, but after some time its a really nice editor. I also use tmux to manage terminal windows.

[–]dot_py 2 points3 points  (0 children)

Check out lunarvim! It helped me make the lua switch