This commit is contained in:
iFargle 2024-02-08 11:23:36 +09:00
parent 763185f767
commit fe77017c4f

View file

@ -8,7 +8,6 @@
options = {
number = true;
shiftwidth = 2;
};
plugins = {
lualine.enable = true;
@ -29,10 +28,8 @@
base16.enable = true;
catpuccin.enable = true;
};
extraPlugins = with pkgs.vimPlugins [
everforest
];
};
}