Skip to content

Commit 27e9c1f

Browse files
omagarwal25Uzaaft
andauthored
feat(file-explorer): added fyler.nvim (#1543)
* added fyler * Update README.md * Update lua/astrocommunity/file-explorer/fyler-nvim/init.lua --------- Co-authored-by: Uzair Aftab <[email protected]>
1 parent 21bf0f7 commit 27e9c1f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# fyler.nvim
2+
3+
A neovim file manager which can edit file system like a buffer with tree view
4+
5+
**Repository:** <https://github.com/A7Lavinraj/fyler.nvim>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
return {
2+
"A7Lavinraj/fyler.nvim",
3+
dependencies = {
4+
"echasnovski/mini.icons",
5+
{
6+
"AstroNvim/astrocore",
7+
opts = function(_, opts)
8+
local maps = assert(opts.mappings)
9+
maps.n["<Leader>y"] = { "<Cmd>Fyler<CR>", desc = "Fyler" }
10+
end,
11+
},
12+
},
13+
cmd = "Fyler",
14+
opts = {},
15+
}

0 commit comments

Comments
 (0)