fixes
This commit is contained in:
parent
22fecee528
commit
07893685e2
3 changed files with 28 additions and 19 deletions
|
|
@ -20,23 +20,23 @@
|
|||
};
|
||||
|
||||
flake.modules.homeManager.neovim = { pkgs, ... }: {
|
||||
imports = [ inputs.nixvim.homeModules.nixvim ];
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
./_colorscheme.nix
|
||||
./_completion.nix
|
||||
./_editing.nix
|
||||
./_formatter.nix
|
||||
./_keybindings.nix
|
||||
./_lsp.nix
|
||||
./_options.nix
|
||||
./_picker.nix
|
||||
];
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
package = pkgs.neovim-unwrapped;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
imports = [
|
||||
./_colorscheme.nix
|
||||
./_completion.nix
|
||||
./_editing.nix
|
||||
./_formatter.nix
|
||||
./_keybindings.nix
|
||||
./_lsp.nix
|
||||
./_options.nix
|
||||
./_picker.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue