mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 03:35:21 +02:00
misc: fix statix errors
This commit is contained in:
parent
69ba62aa36
commit
6152cc9504
4 changed files with 28 additions and 21 deletions
|
@ -73,9 +73,11 @@
|
|||
plugins = {
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers.rnix-lsp.enable = true;
|
||||
servers.rust-analyzer.enable = true;
|
||||
servers.jsonls.enable = true;
|
||||
servers = {
|
||||
rnix-lsp.enable = true;
|
||||
rust-analyzer.enable = true;
|
||||
jsonls.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nvim-tree = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue