chore(config): init nvim-tree

main
sudo pacman -Syu 2022-03-09 16:38:39 +07:00
parent c0eeb18370
commit c342021c03
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@ call plug#end()
lua << EOF
local lualine = require('lualine')
local catppuccin = require('catppuccin')
local tree = require('nvim-tree')
lualine.setup({
options = {
@ -67,6 +68,8 @@ lualine.setup({
catppuccin.setup({
transparent_background = true,
})
tree.setup({})
EOF
set background=dark