We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6096107 + 4e52032 commit ff5bcbfCopy full SHA for ff5bcbf
autoload/fern/internal/viewer.vim
@@ -48,6 +48,9 @@ function! s:init() abort
48
setlocal buftype=nofile bufhidden=unload
49
setlocal noswapfile nobuflisted nomodifiable
50
setlocal signcolumn=yes
51
+ " The 'foldmethod=manual' is required to avoid the following issue
52
+ " https://github.com/lambdalisue/fern.vim/issues/331
53
+ setlocal foldmethod=manual
54
55
augroup fern_internal_viewer_init
56
autocmd! * <buffer>
0 commit comments