pyright
This commit is contained in:
parent
b19fad6b62
commit
7f0b387dc2
2
init.lua
2
init.lua
|
@ -608,7 +608,7 @@ require('lazy').setup({
|
||||||
local servers = {
|
local servers = {
|
||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
--pyright = {},
|
pyright = {},
|
||||||
jdtls = {},
|
jdtls = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
|
|
Loading…
Reference in New Issue