mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
Configure jdt.ls java lsp
This commit is contained in:
parent
a5607a5b36
commit
5e3f643d51
2 changed files with 7 additions and 1 deletions
|
@ -209,7 +209,7 @@ _G.load_config = function()
|
|||
end
|
||||
|
||||
-- Enable the following language servers
|
||||
local servers = { 'jdtls', 'pyright', 'rnix','sourcekit', 'sqlls' }
|
||||
local servers = { 'jdtls', 'pyright', 'rnix','sourcekit' }
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup { on_attach = on_attach }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue