syntax
This commit is contained in:
parent
a213d96da8
commit
9ed7d822f0
3 changed files with 6 additions and 4 deletions
|
@ -247,4 +247,5 @@ in {
|
|||
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [ vim-airline neoformat vim-monokai ];
|
||||
|
@ -7,4 +7,4 @@
|
|||
set mouse=a
|
||||
'';
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue