Method: Neovim.mk_plugins
- Defined in:
- lib/neovim.rb
.mk_plugins(&block) ⇒ Object
25 26 27 |
# File 'lib/neovim.rb', line 25 def mk_plugins &block { remote: (DslRemote.open &block) } end |
25 26 27 |
# File 'lib/neovim.rb', line 25 def mk_plugins &block { remote: (DslRemote.open &block) } end |