Remove unnecessary packer .config - it will clobber user options! See #1094
This commit is contained in:
parent
477536cd7e
commit
84993e9e9f
@ -25,8 +25,7 @@ use {
|
|||||||
'kyazdani42/nvim-tree.lua',
|
'kyazdani42/nvim-tree.lua',
|
||||||
requires = {
|
requires = {
|
||||||
'kyazdani42/nvim-web-devicons', -- optional, for file icon
|
'kyazdani42/nvim-web-devicons', -- optional, for file icon
|
||||||
},
|
}
|
||||||
config = function() require'nvim-tree'.setup {} end
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -72,7 +72,7 @@ Collapses the nvim-tree recursively.
|
|||||||
|
|
||||||
|:NvimTreeCollapseKeepBuffers| *:NvimTreeCollapseKeepBuffers*
|
|:NvimTreeCollapseKeepBuffers| *:NvimTreeCollapseKeepBuffers*
|
||||||
|
|
||||||
Collapses the nvim-tree recursively, but keep the directories open, which are
|
Collapses the nvim-tree recursively, but keep the directories open, which are
|
||||||
used in an open buffer.
|
used in an open buffer.
|
||||||
|
|
||||||
|
|
||||||
@ -490,7 +490,7 @@ Here is a list of the options available in the setup call:
|
|||||||
type: `boolean`
|
type: `boolean`
|
||||||
default: `true`
|
default: `true`
|
||||||
|
|
||||||
- |actions.open_file.window_picker.chars|: A string of chars used as
|
- |actions.open_file.window_picker.chars|: A string of chars used as
|
||||||
identifiers by the window picker.
|
identifiers by the window picker.
|
||||||
type: `string`
|
type: `string`
|
||||||
default: `"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"`
|
default: `"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"`
|
||||||
@ -503,13 +503,13 @@ Here is a list of the options available in the setup call:
|
|||||||
`filetype = { "notify", "packer", "qf", "diff", "fugitive", "fugitiveblame", },`
|
`filetype = { "notify", "packer", "qf", "diff", "fugitive", "fugitiveblame", },`
|
||||||
`buftype = { "nofile", "terminal", "help", }`
|
`buftype = { "nofile", "terminal", "help", }`
|
||||||
`}`
|
`}`
|
||||||
|
|
||||||
- |actions.use_system_clipboard|: A boolean value that toggle the use of system clipboard
|
- |actions.use_system_clipboard|: A boolean value that toggle the use of system clipboard
|
||||||
when copy/paste function are invoked.
|
when copy/paste function are invoked.
|
||||||
When enabled, copied text will be stored in registers '+' (system), otherwise, it will be stored in '1' and '"'.
|
When enabled, copied text will be stored in registers '+' (system), otherwise, it will be stored in '1' and '"'.
|
||||||
type: `boolean`
|
type: `boolean`
|
||||||
default: `true`
|
default: `true`
|
||||||
|
|
||||||
|
|
||||||
*nvim-tree.log*
|
*nvim-tree.log*
|
||||||
|log|: configuration for diagnostic logging
|
|log|: configuration for diagnostic logging
|
||||||
@ -899,7 +899,7 @@ default, vinegar uses `<CR>`. You can override this with:
|
|||||||
{ key = "<CR>", action = "edit_in_place" }
|
{ key = "<CR>", action = "edit_in_place" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<
|
<
|
||||||
Going up a dir is bound to `-` by default in nvim-tree which is identical to
|
Going up a dir is bound to `-` by default in nvim-tree which is identical to
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user