Add vim plugin for sxhkdrc

This commit is contained in:
Donovan Glover 2018-01-12 23:58:38 -05:00
parent e823869cfd
commit 6b74a10189
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -34,4 +34,5 @@ call plug#begin('~/.vim/plugged') " Use vim-plug as our package manager of
Plug 'mattn/emmet-vim' " Add emmet support
Plug 'sgur/vim-editorconfig' " Add editorconfig support
Plug 'baskerville/vim-sxhkdrc' " Add sxhkdrc support
call plug#end() " Start the plugins