nix-community.nixvim/lib
Matt Sturgeon c351c175ec
lib/neovim-plugin: support not having settings
Allow callers to explicitly set `settingsOptions = null` to disable
creating the `settings` option.

`settingsOptions` still defaults to `{ }`.
2024-06-28 22:58:30 +01:00
..
autocmd-helpers.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
builders.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
default.nix treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
deprecation.nix lib/deprecation: init with mkDeprecatedSubOptionModule 2024-06-25 15:48:33 +01:00
helpers.nix lib/lua: refactor toLuaObject, now configurable 2024-06-28 22:44:43 +01:00
keymap-helpers.nix lib/keymaps: refactor mkMapOptionSubmodule again 2024-06-07 15:42:54 +01:00
maintainers.nix maintainers: add sheemap 2024-06-28 01:09:46 +01:00
neovim-plugin.nix lib/neovim-plugin: support not having settings 2024-06-28 22:58:30 +01:00
options.nix lib/options: drop special case for string defaults 2024-06-21 08:45:30 +01:00
to-lua.nix lib/lua: refactor toLuaObject, now configurable 2024-06-28 22:44:43 +01:00
types.nix lib/types: allow assigning raw lua to string lua 2024-06-17 00:01:40 +01:00
utils.nix plugins/none-ls: refactor mkRaw 2024-06-17 00:01:39 +01:00
vim-plugin.nix Revert "helpers/vim-plugin: fix mkVimPlugin when defaultPackage.meta.homepage doesn't exist" 2024-06-21 08:53:33 +02:00