csvview
URL: https://github.com/hat0uma/csvview.nvim/
Maintainers: Gaetan Lepage
A Neovim plugin for CSV file editing.
plugins.csvview.enable
Whether to enable csvview.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.csvview.package
The csvview package to use.
Type: package
Default:
pkgs.vimPlugins.csvview-nvim
Declared by:
plugins.csvview.autoLoad
Whether to automatically load csvview when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.csvview.callSetup
Whether to generate the standard require('csvview').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: