mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 22:04:31 +02:00
Some plugins define neo-tree sources. For theese plugins having an option 'neoTreeIntegration = true' would be useful. The problem is that if we set the plugins.neo-tree.sources to ["<source>"] then we ditch the default values of ["filesystem" ...]. The idea here is to define an internal extraSources option that takes care of the following: - If sources is null set it to the default sources - Concatenate sources and extraSources |
||
---|---|---|
.. | ||
bufferlines | ||
colorschemes | ||
completion | ||
git | ||
languages | ||
null-ls | ||
nvim-lsp | ||
pluginmanagers | ||
snippets/luasnip | ||
statuslines | ||
telescope | ||
utils | ||
default.nix | ||
helpers.nix | ||
plugin-defs.nix |