diff options
| author | 2023-04-13 00:43:48 -0400 | |
|---|---|---|
| committer | 2023-04-13 00:43:48 -0400 | |
| commit | cb591dbc2de882c72ae4eb67418e3095f023c3a3 (patch) | |
| tree | 9e7ee2f7a9cf3bbf30b0d0968a9e7a295af5e6c3 | |
| parent | nvim: redo the whole thing (diff) | |
nvim: ignore neorg: it buggy
| -rw-r--r-- | dot_config/nvim/lua/plugins/langs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/plugins/langs.lua b/dot_config/nvim/lua/plugins/langs.lua index e7e1499..b49caa2 100644 --- a/dot_config/nvim/lua/plugins/langs.lua +++ b/dot_config/nvim/lua/plugins/langs.lua @@ -15,6 +15,7 @@ return { }, opts = { ensure_installed = 'all', + ignore_install = { 'neorg' }, sync_intall = true, highlight = { enable = true, |
