symbols-outline: Remove useless comment
This commit is contained in:
@@ -50,10 +50,6 @@ local function wipe_state()
|
|||||||
D.state = {outline_items = {}, flattened_outline_items = {}}
|
D.state = {outline_items = {}, flattened_outline_items = {}}
|
||||||
end
|
end
|
||||||
|
|
||||||
----------------------------
|
|
||||||
-- PARSING AND WRITING STUFF
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
function D._refresh()
|
function D._refresh()
|
||||||
if D.state.outline_buf ~= nil then
|
if D.state.outline_buf ~= nil then
|
||||||
vim.lsp.buf_request(0, "textDocument/documentSymbol", getParams(),
|
vim.lsp.buf_request(0, "textDocument/documentSymbol", getParams(),
|
||||||
|
|||||||
Reference in New Issue
Block a user