Compare commits
6 Commits
35eed3604c
...
feature/ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92c3655325 | ||
|
|
d5b22a8991 | ||
|
|
38f3be5d5f | ||
|
|
eed0eba26d | ||
|
|
e76ea35421 | ||
| 8419b4963b |
@@ -11,6 +11,7 @@
|
||||
"lazyvim.plugins.extras.lang.markdown",
|
||||
"lazyvim.plugins.extras.lang.python",
|
||||
"lazyvim.plugins.extras.lang.sql",
|
||||
"lazyvim.plugins.extras.lang.toml",
|
||||
"lazyvim.plugins.extras.lang.yaml",
|
||||
"lazyvim.plugins.extras.util.dot",
|
||||
"lazyvim.plugins.extras.util.gitui",
|
||||
|
||||
@@ -5,7 +5,7 @@ return {
|
||||
opts = {
|
||||
linters = {
|
||||
["markdownlint-cli2"] = {
|
||||
args = { "--config", HOME .. "/.config/nvim/lua/plugins/.markdownlint-cli2.yaml", "--" },
|
||||
args = { "--config", HOME .. "/.config/nvim/lua/plugins/markdownlint-cli2.yaml", "--" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -27,5 +27,11 @@
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"webviewer": false
|
||||
"webviewer": false,
|
||||
"footnotes": false,
|
||||
<<<<<<< Updated upstream
|
||||
"bases": false
|
||||
=======
|
||||
"bases": true
|
||||
>>>>>>> Stashed changes
|
||||
}
|
||||
Reference in New Issue
Block a user