nix-community.nixvim/plugins/utils
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
..
comment-nvim.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
commentary.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
dashboard.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
easyescape.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
emmet.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
endwise.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
floaterm.nix plugins/floaterm: refactor + keymap options (#189) 2023-02-26 19:42:32 +01:00
goyo.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
harpoon.nix plugins/utils/harpoon: add support for keymaps (#196) 2023-02-26 19:50:51 +01:00
indent-blankline.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
intellitab.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
magma-nvim.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
mark-radar.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
neo-tree.nix neo-tree: Allow other plugins to insert their sources (#249) 2023-03-14 11:30:45 +01:00
neorg.nix plugins/neorg: fix logger.modes option (#203) 2023-02-26 13:39:40 +01:00
notify.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
nvim-autopairs.nix plugins/nvim-autopairs: refactor + update options (#211) 2023-03-01 22:56:32 +01:00
nvim-bqf.nix plugins/utils/nvim-bqf: add plugin nvim-bqf (#208) 2023-02-28 14:27:20 +00:00
nvim-colorizer.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
nvim-tree.nix plugins/nvim-tree: fix regressions introduced in #213 + tests (#241) 2023-03-13 10:58:03 +01:00
project-nvim.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
specs.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
startify.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
surround.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
todo-comments.nix plugins/todo-comments: fix missing mkRaw for pattern options (#242) 2023-03-12 17:55:09 +01:00
undotree.nix added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
vim-matchup.nix vim-matchup: init plugin (#162) 2023-02-20 10:45:17 +00:00