this post was submitted on 30 Nov 2021
19 points (95.2% liked)
General Programming Discussion
7911 readers
1 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Vim or neovim, and coc.nvim. It turns vim into a full ide for nearly every language.
coc is nice, but I'm super excited for the neovim LSP stuff that is being developed. They are already nice, but not on par with integrations on VSC and the likes.
Nice coc
I really would like to try it, but I have no idea how to install coc on vim.
I only know the basic usage commands, and I have never installed any plugin so I have no idea how to do it
Get a vim distribution that makes plugin installs easy. I use vimrc, and it has instructions for where to clone plugins.