mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +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 = {
|
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 = {
|
plugins = {
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue