Plug 'jparise/vim-graphql'
Plug 'digitaltoad/vim-pug'
Plug 'https://git.sr.ht/~torresjrjr/gemini.vim'
+Plug 'rust-lang/rust.vim'
+Plug 'dart-lang/dart-vim-plugin'
" Editing
Plug 'tpope/vim-endwise'
" List ends here. Plugins become visible to Vim after this call.
call plug#end()
+
+if filereadable(expand('~/.vimrc.local'))
+ exe 'source' '~/.vimrc.local'
+endif