nixpkgs/pkgs/applications/editors/neovim
Matthieu Coudron d11140fa35
neovim: add 'autoconfigure' setting (#356271)
certain plugins need a custom configuration (available in passthru.initLua)
to work with nix. For instance unicode-vim needs to configure where to
find the data:
```
vim.g.Unicode_data_directory="${self.unicode-vim}/autoload/unicode"
```
if true, the wrapper automatically appends those snippets when necessary

first appearance of initLua in https://github.com/NixOS/nixpkgs/issues/352741

This will make testing those plugins easier.
2024-11-24 16:29:58 +01:00
..
gnvim treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ruby_provider neovim: fix ruby provider warning 2024-11-21 05:14:20 -08:00
tests neovim: add 'autoconfigure' setting (#356271) 2024-11-24 16:29:58 +01:00
build-neovim-plugin.nix buildNeovimPlugin: pass a derivation to luaAttr (#343564) 2024-09-22 20:01:56 +02:00
to-nvim-treesitter-grammar.sh neovimUtils: make installing queries in treesitter grammars optional 2024-10-03 11:11:57 +02:00
utils.nix neovimUtils.grammarToPlugin: improve error message on invalid grammarPlugins 2024-11-18 12:25:39 -08:00
wrapper.nix neovim: add 'autoconfigure' setting (#356271) 2024-11-24 16:29:58 +01:00