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

2
lua/lsp/python-ls.lua Normal file
View file

@ -0,0 +1,2 @@
-- npm i -g pyright
require'lspconfig'.pyright.setup{}