diff --git a/autoload/fern/internal/viewer.vim b/autoload/fern/internal/viewer.vim index be500b5..1612173 100644 --- a/autoload/fern/internal/viewer.vim +++ b/autoload/fern/internal/viewer.vim @@ -46,7 +46,7 @@ function! s:init() abort \ FernReveal \ call fern#internal#command#reveal#command(, []) - setlocal buftype=nofile bufhidden=unload + setlocal buftype=nofile setlocal noswapfile nobuflisted nomodifiable setlocal signcolumn=yes " The 'foldmethod=manual' is required to avoid the following issue