aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-03-10 17:26:22 -0800
committerMichael Lingelbach <m.j.lbach@gmail.com>2021-03-10 17:26:22 -0800
commit6b7cde3dd021edcdd835dee3b3933021cadd491b (patch)
tree6174e2e4190a4b4e5626be25c90237e422531b0b /runtime/ftplugin
parent4ed860a64cf6db8dcf33d16ce448243bf072006d (diff)
downloadrneovim-6b7cde3dd021edcdd835dee3b3933021cadd491b.tar.gz
rneovim-6b7cde3dd021edcdd835dee3b3933021cadd491b.tar.bz2
rneovim-6b7cde3dd021edcdd835dee3b3933021cadd491b.zip
lsp: fix highlighting for lsp markdown code blocks
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/lsp_markdown.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/ftplugin/lsp_markdown.vim b/runtime/ftplugin/lsp_markdown.vim
deleted file mode 100644
index d3244fc955..0000000000
--- a/runtime/ftplugin/lsp_markdown.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-" Vim filetype plugin
-" Language: lsp_markdown
-" Maintainer: Michael Lingelbach <m.j.lbach@gmail.com>
-" Last Change: 2021 Mar 09
-
-if exists("b:did_ftplugin")
- finish
-endif
-
-runtime! ftplugin/markdown.vim
-" vim:set sw=2: