lsp: fix highlighting for lsp markdown code blocks

This commit is contained in:
Michael Lingelbach
2021-03-10 17:26:22 -08:00
parent 4ed860a64c
commit 6b7cde3dd0
2 changed files with 0 additions and 12 deletions

View File

@@ -1036,7 +1036,6 @@ function M.fancy_floating_markdown(contents, opts)
api.nvim_win_set_option(winnr, 'concealcursor', 'n')
vim.cmd("ownsyntax lsp_markdown")
vim.cmd("set filetype=lsp_markdown")
local idx = 1
--@private
local function apply_syntax_to_region(ft, start, finish)