mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-20 17:48:53 +02:00
Small improvements
This commit is contained in:
parent
8a3fe4fb0b
commit
2188a51eb0
4 changed files with 9 additions and 2 deletions
|
@ -14,6 +14,11 @@ return {
|
|||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||
},
|
||||
opts = {
|
||||
default_component_configs = {
|
||||
indent = {
|
||||
indent_size = 1,
|
||||
},
|
||||
},
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue