fix autocmd breaking term plugins

This commit is contained in:
zbirenbaum
2022-02-20 08:08:06 +05:30
committed by siduck
parent 9ca0af1a24
commit c1e372e2cd
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ M.options = {
copy_del = true, -- copy deleted text ( dd key ), visual and normal mode
insert_nav = true, -- navigation in insertmode
window_nav = true,
terminal_numbers = false,
-- updater
update_url = "https://github.com/NvChad/NvChad",