update LSP get nvim-jdtls working with Java

This commit is contained in:
Chris 2021-03-15 23:11:39 -04:00
parent 51aa582272
commit e26b5c51ed
8 changed files with 66 additions and 0 deletions

View file

@ -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'},
},
}
)