begin modularization
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [ vim-airline ];
|
||||
settings = { ignorecase = true; };
|
||||
extraConfig = ''
|
||||
set sw=2
|
||||
set ts=2
|
||||
set et
|
||||
set smartindent
|
||||
set number
|
||||
syntax on
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user