11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
|
-- Install and configure vim-markdown
|
||
|
-- https://github.com/preservim/vim-markdown
|
||
|
|
||
|
return {
|
||
|
"preservim/vim-markdown",
|
||
|
lazy = true,
|
||
|
ft = {
|
||
|
"markdown",
|
||
|
},
|
||
|
}
|