chore: More remants of rename

This commit is contained in:
hedy
2023-11-16 14:29:02 +08:00
parent 4d871ec64b
commit 22051b6555
4 changed files with 23 additions and 23 deletions

View File

@@ -1,17 +1,17 @@
local M = {}
-- NOTE: There is in fact a markdown LSP that can provide symbols. However on
-- buffer open the LSP may not be attached immediately. Before the LSP is ready
-- if the user opens the outline, our own markdown provider will be used. After
-- refreshing/reopening, the provider will then switch to the LSP (if the user
-- has a markdown LSP).
local providers = {
'outline/providers/nvim-lsp',
'outline/providers/coc',
-- NOTE: There is in fact a markdown LSP that can provide symbols. However
-- on buffer open the LSP may not be attached immediately. Before the LSP is
-- ready if the user opens the outline, our own markdown provider will be
-- used. After refreshing/reopening, the provider will then switch to the LSP
-- (if the user has a markdown LSP).
'outline/providers/markdown',
}
_G._symbols_outline_current_provider = nil
_G._outline_current_provider = nil
function M.has_provider()
local ret = false