Update nvim

This commit is contained in:
Smirnov Alexander 2021-06-10 19:09:35 +03:00
parent a01c2ab92c
commit 093639a28a
24 changed files with 102 additions and 119 deletions

View file

@ -1,8 +0,0 @@
local S = vim.g
-- Settings
S.nvim_tree_side = "left"
S.nvim_tree_ignore = {".git", ".cache", "node_modules", "venv"}
S.nvim_tree_auto_close = 0
S.nvim_tree_quit_on_open = 0
S.nvim_tree_width = 24