Use modules folder
This commit is contained in:
parent
e42f845f09
commit
2903676336
46 changed files with 21 additions and 21 deletions
12
modules/neovim/default.nix
Normal file
12
modules/neovim/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
plugins = with pkgs.vimPlugins; [ vim-nix vim-markdown ];
|
||||
extraConfig = builtins.readFile ./vimrc;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue