Modularize nixvim config
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./treesitter.nix
|
||||
./lualine.nix
|
||||
./nvim-autopairs.nix
|
||||
./which-key.nix
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
plugins = {
|
||||
lz-n.enable = true;
|
||||
indent-blankline.enable = true;
|
||||
};
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-sleuth
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user