This commit is contained in:
Hadi
2024-09-11 17:53:25 +02:00
parent 7f5e4a8e6d
commit 7904e497bd
5 changed files with 156 additions and 137 deletions

View File

@@ -19,18 +19,6 @@
trouble.enable = true;
indent-blankline.enable = true;
which-key.enable = true;
headlines = {
enable = true;
settings = {
markdown = {
headline_highlights = [ "Headline1" "Headline" ];
fat_headlines = false;
bullets = [ "" "" "" "" ];
dash_string = "";
codeblock_highlight = "Headline";
};
};
};
nvim-colorizer.enable = true;
tagbar.enable = true; # FIXME: Tagbar is not working
};