feat: adds pyright for lsp
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
32e01e2dc0
commit
d3109fe9d8
@ -18,6 +18,7 @@
|
||||
|
||||
# lsps
|
||||
pkgs.nil
|
||||
pkgs.nodePackages.pyright
|
||||
|
||||
pkgs.thefuck
|
||||
] ++ pkgs.lib.optionals specialArgs.withGUI [
|
||||
|
@ -44,5 +44,6 @@ cmp.setup({
|
||||
}
|
||||
})
|
||||
require'lspconfig'.nil_ls.setup{}
|
||||
require'lspconfig'.pyright.setup{}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user