This commit is contained in:
Hadi
2024-09-18 23:53:39 +02:00
parent 2721d11575
commit e47edc0c1f
5 changed files with 92 additions and 62 deletions

View File

@@ -20,12 +20,10 @@
indent-blankline.enable = true;
which-key.enable = true;
nvim-colorizer.enable = true;
tagbar.enable = true; # FIXME: Tagbar is not working
tagbar = {
enable = true;
tagsPackage = pkgs.universal-ctags;
};
};
keymaps = [{
key = "<leader>t";
action = "<cmd>TroubleToggle<cr>";
options.desc = "Trouble";
}];
};
}