Enabled tab-completion in vimwiki by disabling tab-mapping for table

fomatting
This commit is contained in:
Michael Mandl 2020-11-21 10:45:47 +01:00
parent a9f7a71e48
commit e34a27110e
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -152,6 +152,8 @@ let g:vimwiki_list = [
\ {'name': 'swp', 'path': '~/vimwiki/swp'}
\ ]
let g:vimwiki_table_mappings = 0
" coc
set updatetime=300