fix autocmd breaking term plugins

This commit is contained in:
zbirenbaum 2022-02-19 21:21:55 -05:00 committed by siduck
parent 9ca0af1a24
commit c1e372e2cd
2 changed files with 5 additions and 1 deletions

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",