Initial configuration
This commit is contained in:
commit
294fd9dcf3
35 changed files with 5369 additions and 0 deletions
9
hosts/totsugeki/development/nixvim/lsp.nix
Normal file
9
hosts/totsugeki/development/nixvim/lsp.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ inputs, ... }: {
|
||||
programs.nixvim.plugins = {
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
||||
servers = { pyright.enable = true; };
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue