plugins/neo-tree: init module (#248)

* plugins/neo-tree: init module

* filetree/neo-tree: add setup options until border styles

* plugins/filetree: rename module name

* docs: update changelogs

Mention the addition of neo-tree.
This commit is contained in:
raf 2024-07-14 18:30:12 +00:00 committed by GitHub
commit a4d35b4419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 237 additions and 11 deletions

View file

@ -228,6 +228,11 @@
flake = false;
};
plugin-neo-tree-nvim = {
url = "github:nvim-neo-tree/neo-tree.nvim";
flake = false;
};
# Tablines
plugin-nvim-bufferline-lua = {
url = "github:akinsho/nvim-bufferline.lua";