make vim.cmd calls more fancy

This commit is contained in:
2024-11-19 13:13:33 -06:00
parent fda8909c9c
commit 95fcc5e416
6 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ end, "so")
-- if the parsers don't exist download them
if found[0] < 2 and
(not found["norg.so"] or not found["norg_meta.so"]) then
vim.cmd("Neorg sync-parsers")
vim.cmd.Neorg("sync-parsers")
end
-- set colorcolumn in norg buffers