plugins/{nvim-tree,neo-tree}: move from utils to filetrees (#304)

This commit is contained in:
Gaétan Lepage 2023-03-31 10:26:56 +02:00 committed by GitHub
parent d531c836d4
commit 301d1a4072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,9 @@
./completion/nvim-cmp/sources ./completion/nvim-cmp/sources
./completion/lspkind.nix ./completion/lspkind.nix
./filetrees/neo-tree.nix
./filetrees/nvim-tree.nix
./git/fugitive.nix ./git/fugitive.nix
./git/gitgutter.nix ./git/gitgutter.nix
./git/gitmessenger.nix ./git/gitmessenger.nix
@ -71,14 +74,12 @@
./utils/indent-blankline.nix ./utils/indent-blankline.nix
./utils/intellitab.nix ./utils/intellitab.nix
./utils/mark-radar.nix ./utils/mark-radar.nix
./utils/neo-tree.nix
./utils/neorg.nix ./utils/neorg.nix
./utils/notify.nix ./utils/notify.nix
./utils/netman.nix ./utils/netman.nix
./utils/nvim-autopairs.nix ./utils/nvim-autopairs.nix
./utils/nvim-bqf.nix ./utils/nvim-bqf.nix
./utils/nvim-colorizer.nix ./utils/nvim-colorizer.nix
./utils/nvim-tree.nix
./utils/nvim-osc52.nix ./utils/nvim-osc52.nix
./utils/project-nvim.nix ./utils/project-nvim.nix
./utils/presence-nvim.nix ./utils/presence-nvim.nix