Skip to content

Vim plugin for swhkd syntax highlighting & indentation

License

Notifications You must be signed in to change notification settings

waycrate/swhkd-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim plugin for swhkd syntax highlighting & indentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Vim Script 100.0%