mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-06 17:11:05 +01:00
treewide: NixVim/nixvim -> Nixvim
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
5d1c27e53c
commit
03a51dbf3d
34 changed files with 78 additions and 78 deletions
|
|
@ -15,7 +15,7 @@ lib: {
|
|||
"coverage"
|
||||
];
|
||||
message = ''
|
||||
Use nixvim top-level `keyamps` option to manually declare your 'nvim-coverage' keymaps.
|
||||
Use Nixvim top-level `keyamps` option to manually declare your 'nvim-coverage' keymaps.
|
||||
'';
|
||||
in
|
||||
[
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
- ImageMagick is required for Sixel encoding
|
||||
|
||||
> [!Note]
|
||||
> When choosing the `"ueberzug"` backend, nixvim will automatically add `ueberzugpp` as a dependency.
|
||||
> When choosing the `"ueberzug"` backend, Nixvim will automatically add `ueberzugpp` as a dependency.
|
||||
> Set `ueberzugPackage = null` to disable this behavior.
|
||||
'';
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ in
|
|||
type = with lib.types; attrsOf str;
|
||||
default = { };
|
||||
description = ''
|
||||
Internal option used to associate nvim-cmp source names with nixvim plugin module names.
|
||||
Internal option used to associate nvim-cmp source names with Nixvim plugin module names.
|
||||
|
||||
Maps `<source-name> = <plugin-name>` where _plugin-name_ is the module name: `plugins.<plugin-name>.enable`.
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
plugins. This is the default behavior, but will work only when this option is set to a list.
|
||||
|
||||
If you use a raw lua string or set `plugins.cmp.autoEnableSources` to `false`, you will need to explicitly enable the relevant source plugins in
|
||||
your nixvim configuration.
|
||||
your Nixvim configuration.
|
||||
|
||||
#### With auto-enabled sources
|
||||
```nix
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ lib.mkOption {
|
|||
If `plugins.cmp.autoEnableSources` Nixivm will automatically enable the corresponding source
|
||||
plugins. This will work only when this option is set to a list.
|
||||
If you use a raw lua string, you will need to explicitly enable the relevant source plugins in
|
||||
your nixvim configuration.
|
||||
your Nixvim configuration.
|
||||
'';
|
||||
example = [
|
||||
{ name = "nvim_lsp"; }
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ in
|
|||
description = ''
|
||||
When enabled, the language server package will be added to the end of the `PATH` _(suffix)_ instead of the beginning _(prefix)_.
|
||||
|
||||
This can be useful if you want local versions of the language server (e.g. from a devshell) to override the nixvim version.
|
||||
This can be useful if you want local versions of the language server (e.g. from a devshell) to override the Nixvim version.
|
||||
'';
|
||||
apply = v: if enabled then config.lsp.servers.${serverName}.packageFallback else v;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue