dotnet
URL: https://github.com/MoaidHathot/dotnet.nvim/
Maintainers: Austin Horstman
.NET Neovim plugin for improving the .NET dev experience.
plugins.dotnet.enable
Whether to enable dotnet.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.dotnet.package
The dotnet package to use.
Type: package
Default:
pkgs.vimPlugins.dotnet-nvim
Declared by:
plugins.dotnet.autoLoad
Whether to automatically load dotnet when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.dotnet.callSetup
Whether to generate the standard require('dotnet').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: