More plugins
This commit is contained in:
17
lua/plugins/_mkdx.lua
Normal file
17
lua/plugins/_mkdx.lua
Normal file
@ -0,0 +1,17 @@
|
||||
local cmd = vim.cmd
|
||||
local g = vim.g
|
||||
|
||||
g['mkdx#settings.highlight.enable'] = 1
|
||||
|
||||
cmd [[
|
||||
let g:mkdx#settings = {
|
||||
\ 'highlight': { 'enable': 1 },
|
||||
\ 'map': { 'prefix': '<=>' },
|
||||
\ 'enter': { 'shift': 1, 'enable': 1 },
|
||||
\ 'links': { 'external': { 'enable': 1 }, 'fragment': { 'jumplist': 1 } },
|
||||
\ 'toc': { 'text': 'Table of Contents', 'update_on_write': 1},
|
||||
\ 'fold': { 'enable': 1 },
|
||||
\ 'checkbox': { 'toggles': [' ', '-', 'X' ] },
|
||||
\ }
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user