mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
lsp: add custom syntax rules for lsp floating window
This commit is contained in:
11
runtime/ftplugin/lsp_markdown.vim
Normal file
11
runtime/ftplugin/lsp_markdown.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" 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:
|
Reference in New Issue
Block a user