feat(neovim): remove unneeded plugins.
This commit is contained in:
parent
5ae56493b3
commit
fd482cd146
1 changed files with 2 additions and 11 deletions
|
@ -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,13 +87,8 @@ in {
|
|||
};
|
||||
|
||||
# Some git related stuff
|
||||
git = {
|
||||
git-conflict = {
|
||||
enable = true;
|
||||
};
|
||||
gitlinker-nvim = {
|
||||
enable = true;
|
||||
};
|
||||
git.git-conflict = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Autocompletion
|
||||
|
@ -161,9 +155,6 @@ in {
|
|||
direnv = {
|
||||
enable = true;
|
||||
};
|
||||
icon-picker = {
|
||||
enable = true;
|
||||
};
|
||||
snacks-nvim = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue