mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 01:14:08 +02:00
improve nvim config
This commit is contained in:
parent
189be0ee01
commit
e2e71c5b33
1 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,16 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings.flavour = "frappe";
|
||||
};
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue