Modularize nixvim config
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
imports = [
|
||||
./opts.nix
|
||||
./keymaps.nix
|
||||
./plugins
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
defaultEditor = true;
|
||||
|
||||
colorschemes.tokyonight.enable = true;
|
||||
|
||||
globals.mapleader = " ";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user