diff --git a/home/apps/neovim/after/plugin/nvim-tree.lua b/home/apps/neovim/after/plugin/nvim-tree.lua index ce3f2c9..cd32d99 100644 --- a/home/apps/neovim/after/plugin/nvim-tree.lua +++ b/home/apps/neovim/after/plugin/nvim-tree.lua @@ -13,4 +13,11 @@ nvimtree.setup({ diagnostics = { enable = true, }, + actions = { + file_popup = { + open_win_config = { + border = "double", + }, + }, + }, }) diff --git a/home/apps/neovim/lua/plugins.lua b/home/apps/neovim/lua/plugins.lua index 1b444e1..5f51bce 100644 --- a/home/apps/neovim/lua/plugins.lua +++ b/home/apps/neovim/lua/plugins.lua @@ -22,10 +22,12 @@ local plugins = { "utilyre/barbecue.nvim", name = "barbecue", dependencies = { - { "SmiteshP/nvim-navic", opts = { highlight = true } }, + "SmiteshP/nvim-navic", "nvim-tree/nvim-web-devicons", }, - opts = {}, + opts = { + theme = "catppuccin", + }, }, "luukvbaal/stabilize.nvim", {