This commit is contained in:
Vivian 2023-03-25 13:07:28 +01:00
parent fbf5f2b401
commit 451c1ffa57
5 changed files with 10 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, lib, ... }: {
{ inputs, pkgs, ... }: {
imports = [ inputs.nixvim.homeManagerModules.nixvim ];
programs.nixvim = {
enable = true;
@ -25,8 +25,8 @@
nix.enable = true;
treesitter = {
enable = true;
nixGrammars = false;
ensureInstalled = [ ];
nixGrammars = true;
# ensureInstalled = [ ];
};
surround.enable = true;
fugitive.enable = true;