nvf modif
This commit is contained in:
parent
b2c3f6aa6f
commit
5738220480
@ -8,6 +8,7 @@ programs.nvf = {
|
||||
vimAlias = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers.nil.enable = true;
|
||||
};
|
||||
languages = {
|
||||
nix.enable = true;
|
||||
@ -18,10 +19,14 @@ programs.nvf = {
|
||||
enable = true;
|
||||
name = lib.mkDefault "dracula";
|
||||
};
|
||||
treesitter.enable = true;
|
||||
statusline.lualine.enable = true;
|
||||
telescope.enable = true;
|
||||
autocomplete.nvim-cmp.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.nil
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user