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;
|
inlayHints.enable = true;
|
||||||
lightbulb.enable = true;
|
lightbulb.enable = true;
|
||||||
lspSignature.enable = true;
|
lspSignature.enable = true;
|
||||||
lspkind.enable = true;
|
|
||||||
lspsaga.enable = true;
|
lspsaga.enable = true;
|
||||||
otter-nvim.enable = true;
|
otter-nvim.enable = true;
|
||||||
trouble.enable = true;
|
trouble.enable = true;
|
||||||
|
@ -88,13 +87,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some git related stuff
|
# Some git related stuff
|
||||||
git = {
|
git.git-conflict = {
|
||||||
git-conflict = {
|
enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
gitlinker-nvim = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Autocompletion
|
# Autocompletion
|
||||||
|
@ -161,9 +155,6 @@ in {
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
icon-picker = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
snacks-nvim = {
|
snacks-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setupOpts = {
|
setupOpts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue