add vimrc

This commit is contained in:
han 2024-12-16 11:17:56 +07:00
commit 010b2fff43

7
.vimrc Normal file
View File

@ -0,0 +1,7 @@
call plug#begin()
" List your plugins here
Plug 'TovarishFin/vim-solidity'
Plug 'toml-lang/toml'
call plug#end()