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 = {
enable = true;
@ -174,13 +178,13 @@ in
# enable = true;
#};
plugins.vimtex = {
enable = true;
texlivePackage = null;
settings = {
view_method = "zathura";
};
};
# plugins.vimtex = {
# enable = true;
# texlivePackage = null;
# settings = {
# view_method = "zathura";
# };
# };
};
programs.neovim.defaultEditor = true;
};