1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 20:37:50 +01:00

Add support for fern.vim (#86)

* feat(file_explorers): added support for `fern.vim`
* fix: missing trailing comma

see https://github.com/lambdalisue/fern.vim
This commit is contained in:
Wuelner Martínez 2022-11-16 18:14:05 -06:00 committed by GitHub
parent 03e09d3f9b
commit c1c5475882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,5 +5,6 @@ return {
["[defx] default-"] = "Defx",
["netrw"] = "Netrw",
["TelescopePrompt"] = "Telescope",
['neo-tree'] = 'Neotree'
['neo-tree'] = 'Neotree',
['fern'] = 'Fern'
}