mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
fix(neovim): Paths changed to be OS agnostic
- Use `vim.loop.os_homedir()` instead of `~`
This commit is contained in:
@@ -26,7 +26,7 @@ return {
|
||||
local markdownlint = lint.linters.markdownlint
|
||||
markdownlint.args = {
|
||||
"--config",
|
||||
"~/.config/templates/markdownlint.json",
|
||||
vim.loop.os_homedir() .. "/.config/templates/markdownlint.json",
|
||||
"--",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user