ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.22k stars 107 forks source link

Need support for few more LSP #19

Closed rajcspsg closed 2 years ago

rajcspsg commented 2 years ago

Hi,

Thanks for the amazing neovim config. Could you please add support for below languages -

  1. java - nvim-jdtls
  2. scala - nvim-scala
  3. clojure - there is a sample config available in this repo

I don't know lua very much if you could add these 3 languages support it would be great

ecosse3 commented 2 years ago

Hi.

I will not add additional LSPs to my config by default because it's meant to be a Frontend Development Neovim config. You can easily add another LSP server by :LspInstall command. After installation it will work without any additional configuration.

Just type :LspInstall jdtls and :LspInstall clojure_lsp and it will work. You can add nvim-scala on your own too.