mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
lib: remove nixvimTypes
alias
This commit is contained in:
parent
bafc6308f6
commit
2f49c76a6a
59 changed files with 261 additions and 278 deletions
|
@ -210,7 +210,7 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
|
||||
columns = mkOption {
|
||||
type =
|
||||
with helpers.nixvimTypes;
|
||||
with lib.types;
|
||||
listOf (oneOf [
|
||||
str
|
||||
(attrsOf anything)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue