Closed guywithacube closed 2 years ago
autocmds should be wrapped with augroups to prevent unnecessary/redundant execution.
autocmd
augroup
This pattern is described in Vim's documentation, see :help autocmd-define. Additonally, this article provides further explanation.
:help autocmd-define
autocmd
s should be wrapped withaugroup
s to prevent unnecessary/redundant execution.This pattern is described in Vim's documentation, see
:help autocmd-define
. Additonally, this article provides further explanation.