Enabled tab-completion in vimwiki by disabling tab-mapping for table
fomatting
This commit is contained in:
parent
a9f7a71e48
commit
e34a27110e
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ let g:vimwiki_list = [
|
||||||
\ {'name': 'swp', 'path': '~/vimwiki/swp'}
|
\ {'name': 'swp', 'path': '~/vimwiki/swp'}
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
|
let g:vimwiki_table_mappings = 0
|
||||||
|
|
||||||
" coc
|
" coc
|
||||||
set updatetime=300
|
set updatetime=300
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue