nix-community.nixvim/plugins
traxys 5a69dc4712
neo-tree: Allow other plugins to insert their sources (#249)
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
2023-03-14 11:30:45 +01:00
..
bufferlines fix: typo in barbar (#228) 2023-03-07 16:50:20 +01:00
colorschemes added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
completion plugins/nvim-cmp: add enum type for option snippet.expand (#244) 2023-03-12 22:31:32 +01:00
git added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
languages plugins/markdown-preview: fixed regressions introduced in #213 (#214) 2023-03-07 18:43:40 +00:00
null-ls added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
nvim-lsp plugins/trouble: fix regressions introduced #213 (#215) 2023-03-12 18:50:09 +01:00
pluginmanagers plugins/packer: refactoring + fixes + tests (#243) 2023-03-12 18:23:23 +01:00
snippets/luasnip added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
statuslines plugins/lualine: add nvim-web-devicons to extraPlugins (#197) 2023-02-27 23:51:50 +01:00
telescope plugins/{telescope,bufferline}: make use of helpers.extraOptionsOptions (#212) 2023-03-01 22:57:19 +01:00
utils neo-tree: Allow other plugins to insert their sources (#249) 2023-03-14 11:30:45 +01:00
default.nix plugins/neo-tree: init + tests (#245) 2023-03-13 15:54:30 +01:00
helpers.nix helpers: add mkPackageOption + refactoring (#144) (#150) 2023-01-25 18:46:49 +00:00
plugin-defs.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00