mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-13 10:54:45 +02:00
update LSP get nvim-jdtls working with Java
This commit is contained in:
parent
51aa582272
commit
e26b5c51ed
8 changed files with 66 additions and 0 deletions
|
@ -26,6 +26,7 @@ define_augroups(
|
|||
{'BufWinEnter', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'BufRead', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'BufNewFile', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
||||
{'FileType', 'java', 'luafile ~/.config/nvim/lua/lsp/java-ls.lua'},
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue