otter
URL: https://github.com/jmbuhr/otter.nvim/
Maintainers: Heitor Augusto
A Neovim plugin for writing and running embedded languages in your code.
plugins.otter.enable
Whether to enable otter.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.otter.package
The otter package to use.
Type: package
Default:
pkgs.vimPlugins.otter-nvim
Declared by:
plugins.otter.autoActivate
When enabled, activate otter automatically when lsp is attached.
Type: boolean
Default:
true
Declared by:
plugins.otter.autoLoad
Whether to automatically load otter when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.otter.callSetup
Whether to generate the standard require('otter').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: