diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-27 18:51:51 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-27 18:51:51 -0500 |
commit | 7d02d862af295537bd95535a74a6901064cbe2ae (patch) | |
tree | 2dcfeac314cc000a8a44d381bdd1a02759e51087 /after/plugin | |
parent | e848afe7dc768f47200100f3edf1eda5362f0322 (diff) | |
download | nvim-7d02d862af295537bd95535a74a6901064cbe2ae.tar.gz nvim-7d02d862af295537bd95535a74a6901064cbe2ae.tar.bz2 nvim-7d02d862af295537bd95535a74a6901064cbe2ae.zip |
remove useless option (it already the default)
Diffstat (limited to '')
-rw-r--r-- | after/plugin/neorg.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/after/plugin/neorg.lua b/after/plugin/neorg.lua index 9fb3f94..0acd6db 100644 --- a/after/plugin/neorg.lua +++ b/after/plugin/neorg.lua @@ -41,7 +41,6 @@ neorg.setup { ["core.completion"] = { config = { engine = "nvim-cmp", - name = "[Neorg]", } }, ["core.presenter"] = { |