mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-19 02:11:20 +00:00
Squash merge new-codeactions into custom
This commit is contained in:
parent
654ed242c1
commit
052582c30a
11 changed files with 67 additions and 61 deletions
|
|
@ -17,11 +17,16 @@ isMaximal: {
|
|||
lspkind.enable = false;
|
||||
lightbulb.enable = true;
|
||||
lspsaga.enable = false;
|
||||
nvimCodeActionMenu.enable = isMaximal;
|
||||
trouble.enable = true;
|
||||
lspSignature.enable = true;
|
||||
lsplines.enable = isMaximal;
|
||||
nvim-docs-view.enable = isMaximal;
|
||||
|
||||
# Code Actions
|
||||
code-actions = {
|
||||
enable = true;
|
||||
fastaction-nvim.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
debugger = {
|
||||
|
|
@ -205,6 +210,7 @@ isMaximal: {
|
|||
go = ["90" "130"];
|
||||
};
|
||||
};
|
||||
fastaction.enable = true;
|
||||
};
|
||||
|
||||
assistant = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue