nvim: add slope syntax plugin

This commit is contained in:
Hedy Li 2021-09-19 12:30:53 +00:00
parent ff56900516
commit 0d8ac7c97a
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ else
Plug 'neoclide/coc.nvim', {'branch': 'release'}
endif
Plug 'hedyhli/vim-bun' " bun filetype support
Plug 'https://git.rawtext.club/slope-lang/slope-vim-syntax' " slope filetype support
call plug#end()
" Plugin declarations ends here
" =============================