mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-16 18:03:55 +00:00
add file
This commit is contained in:
parent
6e59a34c4b
commit
ce2546acf8
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ return {
|
||||||
key = "g",
|
key = "g",
|
||||||
action = "Telescope live_grep",
|
action = "Telescope live_grep",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon = " ",
|
||||||
|
desc = "File Explorer ",
|
||||||
|
key = "e",
|
||||||
|
action = "Neotree toggle",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon = " ",
|
icon = " ",
|
||||||
desc = "Config ",
|
desc = "Config ",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue