Конфиги nvim

This commit is contained in:
Alex NeonXP 2024-02-18 15:18:56 +03:00
parent 17951e8c06
commit d348344938
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
12 changed files with 577 additions and 2 deletions

14
nvim/lua/plugins/tree.lua Normal file
View file

@ -0,0 +1,14 @@
require("nvim-tree").setup({
sort = {
sorter = "case_sensitive",
},
view = {
width = 30,
},
renderer = {
group_empty = true,
},
filters = {
dotfiles = true,
},
})