Awesome
vim-duckscript
Vim syntax for duckscript.
Installation
vim-plug (recommended)
Set up vim-plug. In your .vimrc,
between the lines for call plug#begin()
and call plug#end()
, add the line
Plug 'nastevens/vim-duckscript'
. Reload your .vimrc and run :PlugInstall
.
Vundle
Set up Vundle, then add
Plugin 'nastevens/vim-duckscript'
to your .vimrc. Reload your .vimrc and run
:PluginInstall
.
Pathogen
Set up Pathogen, then clone/submodule
this repo into ~/.vim/bundle/duckscript
, or wherever you've pointed your Pathogen.
License
Licensed under the MIT license
Contributing
Contributions are always welcome! Please open a PR or Issue. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this work by you shall be licensed under the MIT license as stated above, without any additional terms or conditions.