mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
rnix-lsp: fix wrong order in the config
This commit is contained in:
parent
91e3d127ea
commit
f78cc62277
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.nixvim.extraPackages = [ pkgs.rnix-lsp ];
|
programs.nixvim.extraPackages = [ pkgs.rnix-lsp ];
|
||||||
|
|
||||||
programs.nixvim.lsp.plugins.enabledServers = [ "rnix" ];
|
programs.nixvim.plugins.lsp.enabledServers = [ "rnix" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue