feat: add border config to neo-tree

This commit is contained in:
Sven Vogel 2024-11-07 20:14:19 +01:00
parent e42c21740f
commit ce3970e903
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
ui = require 'config.ui'
return {
"nvim-neo-tree/neo-tree.nvim",
lazy = false,
@ -9,6 +12,7 @@ return {
},
cmd = "Neotree",
opts = {
popup_border_style = ui.border,
source_selector = {
winbar = true,
statusline = false,