diff options
| author | 2023-04-13 00:49:20 -0400 | |
|---|---|---|
| committer | 2023-04-13 00:49:20 -0400 | |
| commit | d6099bc67adcc47d6ce391faf0a3bbce1487004c (patch) | |
| tree | 2b0f01099d17bab6a8d3694e7fb484426b09f0cd /dot_config/nvim | |
| parent | nvim: update TS in parallel (diff) | |
nvim: typo
it is for neorg, but the TS is norg
still no idea why they do relocations lmao
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lua/plugins/langs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/nvim/lua/plugins/langs.lua b/dot_config/nvim/lua/plugins/langs.lua index c37f367..1a400f7 100644 --- a/dot_config/nvim/lua/plugins/langs.lua +++ b/dot_config/nvim/lua/plugins/langs.lua @@ -15,7 +15,7 @@ return { }, opts = { ensure_installed = 'all', - ignore_install = { 'neorg' }, + ignore_install = { 'norg' }, sync_intall = true, highlight = { enable = true, |
