mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
lib: remove nixvimTypes
alias
This commit is contained in:
parent
bafc6308f6
commit
2f49c76a6a
59 changed files with 261 additions and 278 deletions
|
@ -131,7 +131,7 @@ nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
plugins = mkOption {
|
||||
description = ''
|
||||
List of plugin specs provided to the `require('lz.n').load` function.
|
||||
Plugin specs can be ${nixvim.nixvimTypes.rawLua.description}.
|
||||
Plugin specs can be ${types.rawLua.description}.
|
||||
'';
|
||||
default = [ ];
|
||||
type = types.listOf lzPluginType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue