make vim.cmd calls more fancy
This commit is contained in:
parent
fda8909c9c
commit
95fcc5e416
6 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue