feat: minor updates for neovim & bat

This commit is contained in:
Ryan Yin
2023-11-26 19:52:07 +08:00
parent df570294b4
commit 0b6bafb39c
3 changed files with 14 additions and 10 deletions

View File

@@ -4,11 +4,14 @@
enable = true;
config = {
pager = "less -FR";
theme = "Catppuccin-mocha";
theme = "catppuccin-mocha";
};
themes = {
# https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
Catppuccin-mocha = builtins.readFile "${catppuccin-bat}/Catppuccin-mocha.tmTheme";
catppuccin-mocha = {
src = catppuccin-bat;
file = "Catppuccin-mocha.tmTheme";
};
};
};
}