This commit is contained in:
Hadi
2024-07-29 19:34:43 +02:00
parent 5c5a2796f6
commit e3f4493865
3 changed files with 14 additions and 2 deletions

View File

@@ -11,7 +11,15 @@
bufferline.enable = true;
trouble.enable = true;
which-key.enable = true;
# headlines.enable = true;
headlines = {
enable = true;
settings = {
markdown = {
codeblock_highlight = false;
};
};
};
nvim-colorizer.enable = true;
# tagbar.enable = true;
};
keymaps = [{

View File

@@ -22,7 +22,10 @@
treesitter = {
enable = true;
nixGrammars = true;
settings.indent.enable = true;
settings = {
indent.enable = true;
highlight.enable = true;
};
};
treesitter-context.enable = true;
};