Test
This commit is contained in:
parent
8e357a40ed
commit
f3b7d5e96e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ lib, ... }: {
|
||||||
imports = [ ./nixvim/base.nix ];
|
imports = [ ./nixvim/base.nix ];
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
|
@ -66,6 +66,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
rnix-lsp = lib.mkForce false;
|
||||||
|
nil_ls.enable = false;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
cssls.enable = true;
|
cssls.enable = true;
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue