added package for vala programming (probably never going to use, but liked the idea)

This commit is contained in:
tomit4 2022-06-15 00:13:02 -07:00
parent baa34738ea
commit aaef6a861d

View file

@ -49,4 +49,5 @@ require('packer').startup(function()
use '907th/vim-auto-save'
use 'jremmen/vim-ripgrep'
use 'rhysd/vim-clang-format' -- formatter for c and c++
use 'arrufat/vala.vim' -- for vala programming language
end)