fix(neovim): Paths changed to be OS agnostic

- Use `vim.loop.os_homedir()` instead of `~`
This commit is contained in:
Pratik Tripathy
2025-09-01 16:51:19 +05:30
parent 38f6e7b1a2
commit 921618f99c
5 changed files with 10 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ return {
markdownlint = {
prepend_args = {
"--config",
"~/.config/templates/markdownlint.json",
vim.loop.os_homedir() .. "/.config/templates/markdownlint.json",
},
},
["markdown-toc"] = {