Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit a5850d4

Browse files
null-ls: update markdownlint.yaml configuration location
1 parent a3675cf commit a5850d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/null-ls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ return {
1616
-- pass arguments to modify/override the null-ls builtin configuration
1717
extra_args = {
1818
"--config-path",
19-
vim.fn.expand("~/.config/astro-config/tool-config/markdownlint.yaml")
19+
vim.fn.expand "~/.config/astronvim-config/tool-config/markdownlint.yaml",
2020
},
2121
},
2222
}

0 commit comments

Comments
 (0)