Layers for usage in SpaceNeovim 👉
This layer provides support for the vim language, viml.
Add the +lang/ruby layer in your configuration file,
function! Layers()
" ...
Layer '+lang/ruby'
" ...
endfunction
To utilize this layer you need vim-vint on your path. This can be done with,
$ pip install vim-vint
You can configure the indentation by setting g:sp_vim_indentation in your user-init block (i.e. before loading the plugin). By default it is set to 2.
By default g:neomake_vim_enabled_makers is set to use all makers. This can be overwritten by setting the desired makers with g:sp_neomake_vim_enabled_makers.