nix-community.nixvim/lib
Rob Hanlon 485d21f60d
Add _nixvimTests = false to flake.lib output (#1125)
In my personal configuration, I rely on `nixvim.lib.${system}.helpers` to get access to things like `mkRaw` and `toLuaObject` for use in my extended `lib`.

With the changes made in 6d7e429537, `nixvim.lib.${system}.helpers` can no longer be accessed directly from the `nixvim` input as `_nixvimTests` is not provided as an input attribute, so loading `helpers.nix` fails.

This small change restores what I *think* is the intended behavior of this module
2024-02-21 23:40:49 +01:00
..
autocmd-helpers.nix helpers/autocmd-helpers: do not import helpers.nix directly 2024-02-11 11:50:35 +01:00
default.nix Add _nixvimTests = false to flake.lib output (#1125) 2024-02-21 23:40:49 +01:00
helpers.nix helpers/vim-plugin/mkVimPlugin: add optionsRenamedToSettings option 2024-02-19 11:25:29 +01:00
keymap-helpers.nix helpers/keymaps: factor out mkModeOption 2024-02-14 22:38:45 +01:00
maintainers.nix Add maintainers entry for Alison Jenkins 2024-02-13 16:53:39 +01:00
neovim-plugin.nix docs: Allow to add an url in the online documentation (#1139) 2024-02-20 21:20:59 +01:00
options.nix helpers/vim-plugin/mkVimPlugin: remove useless 'with types;' 2024-02-13 10:34:49 +01:00
to-lua.nix lib/helpers: internal refactoring 2024-01-25 16:38:59 +01:00
types.nix docs: Use a nixpkgs patch instead of copy/pasting nixpkgs functions (#1011) 2024-02-03 19:04:09 +01:00
utils.nix tests: Introduce a way to disable options when running in tests (#1095) 2024-02-15 14:27:45 +01:00
vim-plugin.nix docs: Allow to add an url in the online documentation (#1139) 2024-02-20 21:20:59 +01:00