feat(neovim): remove unneeded plugins.

This commit is contained in:
CronyAkatsuki 2025-08-16 11:26:10 +02:00
parent 5ae56493b3
commit fd482cd146

View file

@ -66,7 +66,6 @@ in {
inlayHints.enable = true;
lightbulb.enable = true;
lspSignature.enable = true;
lspkind.enable = true;
lspsaga.enable = true;
otter-nvim.enable = true;
trouble.enable = true;
@ -88,14 +87,9 @@ in {
};
# Some git related stuff
git = {
git-conflict = {
git.git-conflict = {
enable = true;
};
gitlinker-nvim = {
enable = true;
};
};
# Autocompletion
autocomplete.nvim-cmp = {
@ -161,9 +155,6 @@ in {
direnv = {
enable = true;
};
icon-picker = {
enable = true;
};
snacks-nvim = {
enable = true;
setupOpts = {