Enabled web-devicons in neovim
This commit is contained in:
parent
d5c9303003
commit
3b071a8118
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue