mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib: remove nixvimTypes
alias
This commit is contained in:
parent
bafc6308f6
commit
2f49c76a6a
59 changed files with 261 additions and 278 deletions
|
@ -21,7 +21,7 @@ helpers.vim-plugin.mkVimPlugin {
|
|||
See [here](https://github.com/backdround/improved-search.nvim?tab=readme-ov-file#functions-and-operators) for the list of available callbacks.
|
||||
'';
|
||||
type =
|
||||
with helpers.nixvimTypes;
|
||||
with lib.types;
|
||||
listOf (submodule {
|
||||
options = {
|
||||
key = mkOption {
|
||||
|
@ -34,7 +34,7 @@ helpers.vim-plugin.mkVimPlugin {
|
|||
|
||||
action = mkOption {
|
||||
type =
|
||||
with helpers.nixvimTypes;
|
||||
with lib.types;
|
||||
maybeRaw (
|
||||
# https://github.com/backdround/improved-search.nvim?tab=readme-ov-file#functions-and-operators
|
||||
enum [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue