diff options
author | Squibid <me@zacharyscheiman.com> | 2025-04-17 11:41:32 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-04-17 11:41:32 -0500 |
commit | 3094bf2a3983b375f4adeccd25c3b12bbbded2aa (patch) | |
tree | 860f0a9cfd3d83bf73837e2f3a0ccc1b0c75cf5b /after/ftplugin/norg.lua | |
parent | 8eaa615596be321a3be12378c5e7d65cc7e482b6 (diff) | |
download | nvim-3094bf2a3983b375f4adeccd25c3b12bbbded2aa.tar.gz nvim-3094bf2a3983b375f4adeccd25c3b12bbbded2aa.tar.bz2 nvim-3094bf2a3983b375f4adeccd25c3b12bbbded2aa.zip |
a lot more stuff
Diffstat (limited to '')
-rw-r--r-- | after/ftplugin/norg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/norg.lua b/after/ftplugin/norg.lua index c09a36e..fc69be9 100644 --- a/after/ftplugin/norg.lua +++ b/after/ftplugin/norg.lua @@ -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 |