mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update
This commit is contained in:
parent
0e0f7d17cf
commit
c172389f0c
2 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@ return {
|
||||||
{
|
{
|
||||||
"kyazdani42/nvim-web-devicons",
|
"kyazdani42/nvim-web-devicons",
|
||||||
commit = "563f3635c2d8a7be7933b9e547f7c178ba0d4352",
|
commit = "563f3635c2d8a7be7933b9e547f7c178ba0d4352",
|
||||||
init = function()
|
config = function()
|
||||||
require("user.webdevicons")
|
require("user.webdevicons")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,6 +16,7 @@ nvim_tree.setup({
|
||||||
enable = true,
|
enable = true,
|
||||||
update_cwd = true,
|
update_cwd = true,
|
||||||
},
|
},
|
||||||
|
select_prompts = true,
|
||||||
renderer = {
|
renderer = {
|
||||||
root_folder_modifier = ":t",
|
root_folder_modifier = ":t",
|
||||||
indent_markers = {
|
indent_markers = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue