chore: More remants of rename
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user