1
0
forked from extern/nix-config

vim: Add prisma support

This commit is contained in:
Donovan Glover 2022-01-01 20:54:18 -05:00
parent bcf774fe1d
commit 34c389c790
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -50,6 +50,7 @@ call plug#begin('~/.vim/plugged')
Plug 'leafgarland/typescript-vim', {'for': 'typescript'} Plug 'leafgarland/typescript-vim', {'for': 'typescript'}
Plug 'dbeniamine/todo.txt-vim', {'for': 'todo'} Plug 'dbeniamine/todo.txt-vim', {'for': 'todo'}
Plug 'lervag/vimtex', {'for': 'tex'} Plug 'lervag/vimtex', {'for': 'tex'}
Plug 'pantharshit00/vim-prisma', {'for': 'prisma'}
call plug#end() call plug#end()
" ============================ " ============================