Basic vim config
This commit is contained in:
parent
a21281347a
commit
828c687eff
3 changed files with 12 additions and 0 deletions
10
hm_modules/vim.nix
Normal file
10
hm_modules/vim.nix
Normal 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
|
||||||
|
# '';
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -146,6 +146,7 @@
|
||||||
../hm_modules/thunar.nix
|
../hm_modules/thunar.nix
|
||||||
# ../hm_modules/twmn.nix
|
# ../hm_modules/twmn.nix
|
||||||
../hm_modules/update_background.nix
|
../hm_modules/update_background.nix
|
||||||
|
../hm_modules/vim.nix
|
||||||
../hm_modules/webapp.nix
|
../hm_modules/webapp.nix
|
||||||
../hm_modules/xidlehook.nix
|
../hm_modules/xidlehook.nix
|
||||||
../hm_modules/zathura.nix
|
../hm_modules/zathura.nix
|
||||||
|
|
|
||||||
|
|
@ -138,6 +138,7 @@
|
||||||
../hm_modules/thunar.nix
|
../hm_modules/thunar.nix
|
||||||
# ../hm_modules/twmn.nix
|
# ../hm_modules/twmn.nix
|
||||||
../hm_modules/update_background.nix
|
../hm_modules/update_background.nix
|
||||||
|
../hm_modules/vim.nix
|
||||||
../hm_modules/webapp.nix
|
../hm_modules/webapp.nix
|
||||||
../hm_modules/xidlehook.nix
|
../hm_modules/xidlehook.nix
|
||||||
../hm_modules/zathura.nix
|
../hm_modules/zathura.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue