mirror of
https://github.com/luzifer/vim.git
synced 2024-11-08 23:50:01 +00:00
Install support for toml / hcl
This commit is contained in:
parent
9e8574d349
commit
0bde597a5f
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -32,6 +32,9 @@ Plugin 'fatih/vim-go'
|
|||
Plugin 'honza/dockerfile.vim'
|
||||
Plugin 'nsf/gocode', {'rtp': 'vim/'}
|
||||
Plugin 'Matt-Deacalion/vim-systemd-syntax'
|
||||
Plugin 'cespare/vim-toml'
|
||||
Plugin 'fatih/vim-hclfmt'
|
||||
Plugin 'b4b4r07/vim-hcl'
|
||||
|
||||
" important settings
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue