Title: what are some plugins everyone should use in their configs?
Personally i think that Telescope + nvim-dap are a must know, to quickly navigate around a codebase and get a good debugging experience out of the box
You must log in or register to comment.
-
CoC - Code completion for Neovim
-
Treesitter - Treesitter syntax highlighting for Neovim
-
Pear Tree - Pair parentheses, quotes, HTML tags, etc
-
This might be fairly old-school but I gotta have the NERDTree in plain Vim.
I find myself using vanilla vim 90% of the time because I often use it on remote servers and I can’t rely on plug-ins being available there. It would be nice if that was more portable.
https://github.com/neovim/nvim-lspconfig for setting up language servers