mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +02:00
treewide (cleaning): helpers.neovim-plugin -> lib.nixvim.neovim-plugin
This commit is contained in:
parent
1e690618d9
commit
e54833d2f7
93 changed files with 93 additions and 93 deletions
|
@ -95,7 +95,7 @@ in
|
|||
]
|
||||
);
|
||||
|
||||
options.plugins.clangd-extensions = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
options.plugins.clangd-extensions = lib.nixvim.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption "clangd_extensions, plugins implementing clangd LSP extensions";
|
||||
|
||||
package = lib.mkPackageOption pkgs "clangd_extensions.nvim" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue