nix-community.nixvim/plugins
Quentin Boyer d2f9e011d9 lib/neovim-plugin: Add lua configuration scoped to the plugin
This commit adds a `plugins.<name>.luaConfig` section controlling the
plugin specific configuration.

The section contains the internal `init` option, containing the plugin's
initialization code.

It also contains the public `pre` and `post` options, that allow to add
code before & after the `init` section

Finally, it contains the `final` option, being the concatenation of the
three previous options.
2024-09-22 16:15:27 +00:00
..
by-name lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00
cmp lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00
colorschemes lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00
lsp plugins/lsp/ts_ls: add pluginDefault filetypes 2024-09-21 15:33:31 -05:00
none-ls lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00
pluginmanagers lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00
utils lib/neovim-plugin: Add lua configuration scoped to the plugin 2024-09-22 16:15:27 +00:00
default.nix plugins/rest-nvim: revert by-name migration 2024-09-10 22:52:04 -05:00
deprecation.nix plugins/surround: rename to vim-surround 2024-09-18 07:57:18 -05:00
TEMPLATE.nix lib/*-plugin: use lib.mkPackageOption internally 2024-09-04 03:07:49 +01:00