nvf: remove deprecated settings
This commit is contained in:
parent
c0f53bf360
commit
2b507eb6a4
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ _: {
|
|||
vim-fugitive.enable = true;
|
||||
gitsigns = {
|
||||
enable = true;
|
||||
codeActions.enable = true;
|
||||
# codeActions.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@ _: {
|
|||
lightbulb.enable = false;
|
||||
lspsaga.enable = false;
|
||||
lspSignature.enable = true;
|
||||
nvimCodeActionMenu.enable = true;
|
||||
# nvimCodeActionMenu.enable = true;
|
||||
# trouble.enable = false;
|
||||
# nvim-docs-view.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue