mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 14:03:51 +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",
|
||||
action = "Telescope live_grep",
|
||||
},
|
||||
{
|
||||
icon = " ",
|
||||
desc = "File Explorer ",
|
||||
key = "e",
|
||||
action = "Neotree toggle",
|
||||
},
|
||||
{
|
||||
icon = " ",
|
||||
desc = "Config ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue