mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
8 lines
221 B
Lua
8 lines
221 B
Lua
local S = vim.g
|
|
|
|
-- Settings
|
|
S.nvim_tree_side = "right"
|
|
S.nvim_tree_ignore = {".git", ".cache", "node_modules", "__pycache__", "venv", "env"}
|
|
S.nvim_tree_auto_close = 0
|
|
S.nvim_tree_quit_on_open = 0
|
|
S.nvim_tree_width = 24
|