Add trouble v3 beta, this also replaces the outliner from lspsaga with the much better document symbols from trouble!!

This commit is contained in:
Martin Larsson 2024-05-22 10:28:05 +02:00
parent 2b1403b59c
commit 34515f29df
2 changed files with 17 additions and 21 deletions

View file

@ -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>"
},