mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-12-29 03:12:04 +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:
parent
03e09d3f9b
commit
c1c5475882
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ return {
|
||||||
["[defx] default-"] = "Defx",
|
["[defx] default-"] = "Defx",
|
||||||
["netrw"] = "Netrw",
|
["netrw"] = "Netrw",
|
||||||
["TelescopePrompt"] = "Telescope",
|
["TelescopePrompt"] = "Telescope",
|
||||||
['neo-tree'] = 'Neotree'
|
['neo-tree'] = 'Neotree',
|
||||||
|
['fern'] = 'Fern'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue