Compare commits

...

3 commits

Author SHA1 Message Date
f61021d9fa fixed depreciation warnings 2024-10-06 08:36:03 -07:00
b6393532e4 Revert "fixed a dumb depreciation warning"
This reverts commit a09bc13600.
2024-10-06 08:31:50 -07:00
a09bc13600 fixed a dumb depreciation warning 2024-10-06 08:30:50 -07:00

View file

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