Конфиги nvim
This commit is contained in:
parent
17951e8c06
commit
d348344938
12 changed files with 577 additions and 2 deletions
14
nvim/lua/plugins/tree.lua
Normal file
14
nvim/lua/plugins/tree.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
require("nvim-tree").setup({
|
||||
sort = {
|
||||
sorter = "case_sensitive",
|
||||
},
|
||||
view = {
|
||||
width = 30,
|
||||
},
|
||||
renderer = {
|
||||
group_empty = true,
|
||||
},
|
||||
filters = {
|
||||
dotfiles = true,
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue