client load table on filetype detected

neovim_0.6
ray-x 3 years ago
parent c9514dffe9
commit 622804e674

@ -537,7 +537,8 @@ end
local function setup(user_opts)
local ft = vim.bo.filetype
if _LoadedFiletypes[ft] then
local bufnr = tostring(vim.api.nvim_get_current_buf())
if _LoadedFiletypes[ft .. bufnr] then
log("navigator was loaded for ft", ft)
return
end

Loading…
Cancel
Save