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 ];
|
||||
|
||||
programs.nixvim = {
|
||||
|
@ -66,6 +66,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
rnix-lsp = lib.mkForce false;
|
||||
nil_ls.enable = false;
|
||||
html.enable = true;
|
||||
cssls.enable = true;
|
||||
bashls.enable = true;
|
||||
|
|
Loading…
Reference in a new issue