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
|
||||
# '';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue