1
0
Fork 0

Improve helix config

This commit is contained in:
Malte 2022-10-25 21:01:04 +02:00
parent 95553c67f1
commit 9f4137842b

View file

@ -26,7 +26,13 @@ in {
programs.helix = {
enable = true;
settings = {
theme = "papercolor-light";
theme = "catppuccin_latte";
editor = {
lsp.display-messages = true;
indent-guides.render = true;
cursorline = true;
color-modes = true;
};
};
};
programs.neovim = {