Basic vim config

This commit is contained in:
Filippo Berto 2023-01-26 20:46:47 +01:00
parent a21281347a
commit 828c687eff
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 12 additions and 0 deletions

10
hm_modules/vim.nix Normal file
View file

@ -0,0 +1,10 @@
{ pkgs, ... }: {
programs.neovim = {
enable = true;
plugins = with pkgs.vimPlugins; [ vim-airline vim-airline-themes ];
# settings = { ignorecase = true; };
# extraConfig = ''
# set mouse=a
# '';
};
}

View file

@ -146,6 +146,7 @@
../hm_modules/thunar.nix
# ../hm_modules/twmn.nix
../hm_modules/update_background.nix
../hm_modules/vim.nix
../hm_modules/webapp.nix
../hm_modules/xidlehook.nix
../hm_modules/zathura.nix

View file

@ -138,6 +138,7 @@
../hm_modules/thunar.nix
# ../hm_modules/twmn.nix
../hm_modules/update_background.nix
../hm_modules/vim.nix
../hm_modules/webapp.nix
../hm_modules/xidlehook.nix
../hm_modules/zathura.nix