feat(nvim): minor visual improvements

This commit is contained in:
winston 2023-02-20 20:58:03 +01:00
parent 4824147ba9
commit 38fe27d5f4
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 11 additions and 2 deletions

View file

@ -13,4 +13,11 @@ nvimtree.setup({
diagnostics = {
enable = true,
},
actions = {
file_popup = {
open_win_config = {
border = "double",
},
},
},
})

View file

@ -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",
{