Add trouble v3 beta, this also replaces the outliner from lspsaga with the much better document symbols from trouble!!
This commit is contained in:
parent
2b1403b59c
commit
34515f29df
2 changed files with 17 additions and 21 deletions
|
|
@ -22,6 +22,7 @@ return {
|
|||
enable = false,
|
||||
},
|
||||
outline = {
|
||||
enable = false,
|
||||
win_width = 52,
|
||||
},
|
||||
ui = {
|
||||
|
|
@ -41,9 +42,6 @@ return {
|
|||
["K"] = {
|
||||
cmd = ":Lspsaga hover_doc<CR>"
|
||||
},
|
||||
["<leader>lo"] = {
|
||||
cmd = ":Lspsaga outline<CR>"
|
||||
},
|
||||
["<leader>rn"] = {
|
||||
cmd = ":Lspsaga rename<CR>"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue