nvim: add vim-toml

This commit is contained in:
Hedy Li 2021-08-30 13:29:32 +08:00
parent 46044bfc84
commit aa0034494c
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Plug 'https://git.sr.ht/~torresjrjr/gemini.vim' " gemtext syntax highlighting; I
" popular alternatives but this is the
" best IMO
" Plug 'tpope/vim-endwise' " auto-add 'endif', 'end', 'endfunction', etc.
Plug 'cespare/vim-toml'
" Picking the right LSP completion method, see bottom of file for more
if has("nvim-0.5")
Plug 'hrsh7th/nvim-compe'