Add pyright lsp
This commit is contained in:
parent
91f4e156cb
commit
4ba0d973e9
2
init.lua
2
init.lua
|
@ -370,8 +370,8 @@ else
|
||||||
haskell_cmd = {'haskell-language-server-wrapper', '--lsp'}
|
haskell_cmd = {'haskell-language-server-wrapper', '--lsp'}
|
||||||
end
|
end
|
||||||
require('lspconfig')['hls'].setup {cmd = haskell_cmd, on_attach = on_attach}
|
require('lspconfig')['hls'].setup {cmd = haskell_cmd, on_attach = on_attach}
|
||||||
-- nix lsp
|
|
||||||
require('lspconfig')['nil_ls'].setup {}
|
require('lspconfig')['nil_ls'].setup {}
|
||||||
|
require('lspconfig')['pyright'].setup {}
|
||||||
|
|
||||||
-- Turn on lsp status information
|
-- Turn on lsp status information
|
||||||
require('fidget').setup()
|
require('fidget').setup()
|
||||||
|
|
Loading…
Reference in New Issue