Add pyright lsp

This commit is contained in:
Barry Moore 2023-01-24 15:45:49 -05:00
parent 91f4e156cb
commit 4ba0d973e9
1 changed files with 1 additions and 1 deletions

View File

@ -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()