mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
10 lines
177 B
Lua
10 lines
177 B
Lua
-- https://github.com/kyazdani42/nvim-tree.lua
|
|
vim.opt.termguicolors = true
|
|
|
|
require("nvim-tree").setup({
|
|
update_focused_file = {
|
|
enable = true,
|
|
update_root = true,
|
|
},
|
|
})
|