Compare commits

..

No commits in common. "f61021d9fab8ff683257e67237db6af92dae9414" and "375515f23376f8a14c213140fd6040ef4ab62298" have entirely different histories.

View file

@ -161,7 +161,6 @@ in
];
plugins = {
web-devicons.enable = true; # text icons
typescript-tools.enable = true;
zig.enable = true;
@ -257,7 +256,7 @@ in
nix.enable = true;
airline = {
enable = true;
settings.powerline_fonts = 1;
settings.powerline_fonts = true;
};
};
extraConfigLua = builtins.readFile ./../rsrcs/nvim.lua;