mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
refactor: update codam-header plugin configuration and clean up unused code
feat: nvim-tree and neo-tree fully functional
This commit is contained in:
parent
d7348e755b
commit
53a4625326
5 changed files with 130 additions and 166 deletions
|
@ -1,16 +0,0 @@
|
|||
require('nvim-tree').setup {
|
||||
sort = {
|
||||
sorter = 'case_sensitive',
|
||||
folders_first = true,
|
||||
files_first = false,
|
||||
},
|
||||
view = {
|
||||
width = 30,
|
||||
},
|
||||
renderer = {
|
||||
group_empty = true,
|
||||
},
|
||||
filters = {
|
||||
dotfiles = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue