Skip to content

Commit c1c5475

Browse files
Add support for fern.vim (andweeb#86)
* feat(file_explorers): added support for `fern.vim` * fix: missing trailing comma see https://github.com/lambdalisue/fern.vim
1 parent 03e09d3 commit c1c5475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/presence/file_explorers.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ return {
55
["[defx] default-"] = "Defx",
66
["netrw"] = "Netrw",
77
["TelescopePrompt"] = "Telescope",
8-
['neo-tree'] = 'Neotree'
8+
['neo-tree'] = 'Neotree',
9+
['fern'] = 'Fern'
910
}

0 commit comments

Comments
 (0)