mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-11 13:16:32 +00:00
parent
53971939a5
commit
33a91b3ad4
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ inputs: {
|
||||||
builtStartPlugins = buildConfigPlugins vimOptions.startPlugins;
|
builtStartPlugins = buildConfigPlugins vimOptions.startPlugins;
|
||||||
builtOptPlugins = map (package: {
|
builtOptPlugins = map (package: {
|
||||||
plugin = package;
|
plugin = package;
|
||||||
optional = false;
|
optional = true;
|
||||||
}) (buildConfigPlugins vimOptions.optPlugins);
|
}) (buildConfigPlugins vimOptions.optPlugins);
|
||||||
|
|
||||||
# additional Lua and Python3 packages, mapped to their respective functions
|
# additional Lua and Python3 packages, mapped to their respective functions
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ in {
|
||||||
internally to add plugins to Neovim's runtime.
|
internally to add plugins to Neovim's runtime.
|
||||||
|
|
||||||
To add additional plugins to your configuration, consider
|
To add additional plugins to your configuration, consider
|
||||||
using the [{option}`vim.extraPlugins`](#opt-vim.optPlugins)
|
using the [{option}`vim.extraPlugins`](#opt-vim.extraPlugins)
|
||||||
option.
|
option.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue