From e26b5c51ed152ea1047bd94093f514d95b167a3e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 23:11:39 -0400 Subject: update LSP get nvim-jdtls working with Java --- lua/lsp/python-ls.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lua/lsp/python-ls.lua (limited to 'lua/lsp/python-ls.lua') diff --git a/lua/lsp/python-ls.lua b/lua/lsp/python-ls.lua new file mode 100644 index 00000000..11eeef91 --- /dev/null +++ b/lua/lsp/python-ls.lua @@ -0,0 +1,2 @@ +-- npm i -g pyright +require'lspconfig'.pyright.setup{} -- cgit v1.2.3