Basic Kaula support for Vim.
- Syntax Highlighting Support
- Fold Support - Run
set foldmethod=syntaxto fold. - Auto Indent Support
Add the following to your .vimrc or init.vim:
Plug 'GuYang17/kaula.vim'Then run inside Vim:
:PlugInstallAdd the following to your .vimrc:
Plugin 'GuYang17/kaula.vim'Then run inside Vim:
:PluginInstallClone the repository to your bundle directory:
git clone https://github.com/GuYang17/kaula.vim ~/.vim/bundle/kaula.vimpacker.nvim (Neovim)
Add to your init.lua:
use 'GuYang17/kaula.vim'