Enabled web-devicons in neovim

This commit is contained in:
Jan-Bulthuis 2024-12-02 00:53:41 +01:00
parent d5c9303003
commit 3b071a8118
1 changed files with 11 additions and 7 deletions

View File

@ -136,6 +136,10 @@ in
}; };
}; };
plugins.web-devicons = {
enable = true;
};
plugins.neo-tree = { plugins.neo-tree = {
enable = true; enable = true;
@ -174,13 +178,13 @@ in
# enable = true; # enable = true;
#}; #};
plugins.vimtex = { # plugins.vimtex = {
enable = true; # enable = true;
texlivePackage = null; # texlivePackage = null;
settings = { # settings = {
view_method = "zathura"; # view_method = "zathura";
}; # };
}; # };
}; };
programs.neovim.defaultEditor = true; programs.neovim.defaultEditor = true;
}; };