feat: initial Vim configs

This commit is contained in:
Emma Thorpe
2025-05-29 17:05:38 +01:00
parent da4f05d360
commit 45c6a5d5f2
2 changed files with 28 additions and 20 deletions
+9
View File
@@ -65,5 +65,14 @@
programs.vim = {
enable = true;
defaultEditor = true;
plugins = with pkgs.vimPlugins; [ nerdtree ale vim-fugitive vim-indent-guides ];
settings = {
expandtab = false;
tabstop = 2;
shiftwidth = 2;
};
extraConfig = ''
let g:indent_guides_enable_on_vim_startup = 1
'';
};
}
-1
View File
@@ -76,7 +76,6 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
neofetch
# wget