markdown: restore marksman

Co-Authored-by: iGor milhit <igor@milhit.ch>
test
iGor milhit 2023-09-27 15:58:05 +02:00
parent c2f0aa8ee2
commit 5032bbd5c8
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 6 additions and 14 deletions

View File

@ -1,8 +0,0 @@
-- Specific settings for markdown files
-- Use treesitter for folding
-- Disable the color column
-- vim.opt.foldmethod="expr"
-- vim.opt.foldexpr="nvim_treesitter#foldexpr()"
-- vim.g.markdown_folding=1
-- vim.opt.foldlevel=1

View File

@ -487,12 +487,12 @@ local servers = {
-- rust_analyzer = {},
-- tsserver = {},
-- marksman = {
-- ft = {
-- 'markdown',
-- 'pandoc'
-- }
-- },
marksman = {
ft = {
'markdown',
'pandoc'
}
},
lua_ls = {
Lua = {