mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
settings: Do not remember options in the view and explicitly set foldmethod
This commit is contained in:
parent
e36aef34d4
commit
9f3a52e73b
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ setlocal concealcursor=nc
|
|||
|
||||
" Configure custom FoldText function
|
||||
" Altered version of the VimwikiFoldText
|
||||
setlocal foldmethod=syntax
|
||||
setlocal viewoptions=folds
|
||||
|
||||
function! TaskwikiFoldText()
|
||||
let line = getline(v:foldstart)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue