feat: add lspsaga plugin
This commit is contained in:
parent
b038bc18fd
commit
3848aad76e
1 changed files with 14 additions and 0 deletions
|
@ -134,6 +134,20 @@ in
|
||||||
config = ( builtins.readFile ./files/treesitter_context.lua);
|
config = ( builtins.readFile ./files/treesitter_context.lua);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = lspsaga-nvim;
|
||||||
|
type = "lua";
|
||||||
|
config = ''
|
||||||
|
require('lspsaga').setup {
|
||||||
|
ui = {
|
||||||
|
code_action = ''
|
||||||
|
},
|
||||||
|
lightbulb = {
|
||||||
|
virtual_text = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = which-key-nvim;
|
plugin = which-key-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue