mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
15 lines
295 B
Lua
15 lines
295 B
Lua
return {
|
|
cmd = { "markdown-oxide" },
|
|
filetypes = { "markdown" },
|
|
root_dir = function()
|
|
return vim.fn.getcwd()
|
|
end,
|
|
settings = {
|
|
workspace = {
|
|
didChangeWatchedFiles = {
|
|
dynamicRegistration = true,
|
|
},
|
|
},
|
|
},
|
|
}
|