chore(honme-manager): rework neovim cmp plugin configuration
This commit is contained in:
parent
f2569180aa
commit
ca3b35afc0
3 changed files with 44 additions and 23 deletions
|
@ -177,20 +177,6 @@ in
|
|||
config = ( builtins.readFile ./files/plugins/treesitter_context.lua);
|
||||
|
||||
}
|
||||
{
|
||||
plugin = lspsaga-nvim;
|
||||
type = "lua";
|
||||
config = ''
|
||||
require('lspsaga').setup {
|
||||
ui = {
|
||||
code_action = ''
|
||||
},
|
||||
lightbulb = {
|
||||
virtual_text = false
|
||||
}
|
||||
}
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = which-key-nvim;
|
||||
type = "lua";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue