-
I am reading through the docs of mason, and it recommends using a ton of different plugins to make using language servers and other stuff easier. Namely, it mentions using: https://github.com/neovim/nvim-lspconfig
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
You can also use https://github.com/williamboman/mason-lspconfig.nvim with nvim-lspconfig to make language server installation closer to installing a vscode extension, in that you just install a language server through mason and it'll be automatically configured for you.
-
I don't get the hang up. I like tinkering on my config. Check out the ftplugins I have from original vim :) https://github.com/AriSweedler/dotfiles/tree/main/.vim/after/ftplugin - sure, most of them are just tab settings, but a few are pretty useful, like the sh one or the C++ one. The languages I actually use the most.
Related posts
-
Should Neovim now release a standard official configuration so that people who want an editor that just works out of the box get onboarded easily ?
-
what neovim configuration is this?
-
[Neovim] Comment utiliser la bordure avec vim.lsp.buf.hover ()?
-
Ecovim: Ulitmate eRact Neovim Config
-
Can anyone recommend a good github dotfiles repos for neovim that uses LazyVim as it's plugin manager?