dotfiles/nvim/nvim.symlink/plugin/startup.vim
Max Bucknell 033a722ec5 Got a new computer
* Update vim to be a functional secondary editor
* Update gitconfig and zsh for new homebrew config
2022-06-05 00:24:03 +10:00

8 lines
109 B
VimL

function! StartUp()
endfunc
augroup startUp
autocmd!
autocmd VimEnter * call StartUp()
augroup END