guywithacube / dotfiles

0 stars 0 forks source link

Wrap `autocmd`s with `augroup`s #6

Closed guywithacube closed 2 years ago

guywithacube commented 2 years ago

autocmds should be wrapped with augroups to prevent unnecessary/redundant execution.

This pattern is described in Vim's documentation, see :help autocmd-define. Additonally, this article provides further explanation.