Home

Awesome

swhkd-vim

Vim / Neovim plugin to indent, highlight syntax and detect swhkd configuration files.

swhkd files detected by this plugin are swhkdrc and files with the .swhkd file extension.

Installation

For vim-plug users:

" vim-plug
plug 'waycrate/swhkd-vim'

In your .vimrc or init.vim, then restart Vim and run :PlugInstall.

Other plugin managers:

" packer.nvim
use 'waycrate/swhkd-vim'

" lazy
{ "waycrate/swhkd-vim", lazy = true }

" dein.vim
call dein#add('waycrate/swhkd-vim')

" NeoBundle
NeoBundle 'waycrate/swhkd-vim'

" minpac
call minpac#add('waycrate/swhkd-vim') 

swhkd-vim example image