added markdown preview plugin
This commit is contained in:
@@ -109,8 +109,15 @@ return {
|
|||||||
|
|
||||||
-- Lua
|
-- Lua
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
root_dir = make_root_detector({ ".luarc.json", ".luarc.jsonc", ".luacheckrc", ".stylua.toml", "stylua.toml",
|
root_dir = make_root_detector({
|
||||||
"selene.toml", "selene.yml" }),
|
".luarc.json",
|
||||||
|
".luarc.jsonc",
|
||||||
|
".luacheckrc",
|
||||||
|
".stylua.toml",
|
||||||
|
"stylua.toml",
|
||||||
|
"selene.toml",
|
||||||
|
"selene.yml",
|
||||||
|
}),
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
workspace = {
|
workspace = {
|
||||||
@@ -235,6 +242,8 @@ return {
|
|||||||
"gitcommit",
|
"gitcommit",
|
||||||
"git_rebase",
|
"git_rebase",
|
||||||
"dockerfile",
|
"dockerfile",
|
||||||
|
"latex",
|
||||||
|
"typst",
|
||||||
},
|
},
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
|
|||||||
7
lua/plugins/markdown.lua
Normal file
7
lua/plugins/markdown.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
"OXY2DEV/markview.nvim",
|
||||||
|
lazy = false,
|
||||||
|
dependencies = {
|
||||||
|
"saghen/blink.cmp",
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user