mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 04:32:19 +00:00
neovim: use catppuccin theme
This commit is contained in:
parent
289d1ec147
commit
76965371d3
1 changed files with 13 additions and 1 deletions
|
@ -14,7 +14,19 @@
|
|||
];
|
||||
|
||||
programs.nixvim = {
|
||||
colorschemes.tokyonight.enable = true;
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
flavour = "mocha";
|
||||
integrations = {
|
||||
barbar = true;
|
||||
gitsigns = true;
|
||||
neotree = true;
|
||||
telescope = true;
|
||||
treesitter = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
plugins = {
|
||||
web-devicons.enable = true;
|
||||
|
|
Loading…
Reference in a new issue