removed barbar

This commit is contained in:
kalmenn 2023-12-20 12:12:56 +01:00
parent b0965ec1a3
commit ca61ef3b32
Signed by: kalmenn
GPG key ID: F500055C44BC3834
5 changed files with 11 additions and 16 deletions

View file

@ -1,11 +1,9 @@
-- TODO: set keymaps
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
-- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
},