vikitasks_vim icon indicating copy to clipboard operation
vikitasks_vim copied to clipboard

Cannot get the plugin to work

Open pielgrzym opened this issue 11 years ago • 1 comments

Hi,

I've got an interviki with tasks, but calling VikiTasks yields 'No task files' message. Below is my setup, any idea what am I doing wrong?

let g:vikiNameSuffix = ".viki"
let g:viki_intervikis = {}
let g:viki_intervikis['V']  = [$HOME."/btsync/wiki", ".viki", "index.viki"]
nnoremap <leader>v :V<cr>
augroup ft_viki
        autocmd BufRead,BufNewFile $HOME/btsync/wiki/* set filetype=viki
        autocmd BufRead,BufNewFile $HOME/btsync/wiki/* nnoremap <silent> <CR> :VikiJump<cr>
        autocmd BufRead,BufNewFile $HOME/btsync/wiki/* nnoremap <silent> <BS> :VikiGoBack<cr>
        autocmd BufRead,BufNewFile $HOME/btsync/wiki/* nnoremap <silent> <Tab> :VikiFindNext<cr>
        autocmd BufRead,BufNewFile $HOME/btsync/wiki/* nnoremap <silent> <S-Tab> :VikiFindPrev<cr>
        autocmd FileType viki set ai sw=4 sts=4 et
augroup END
let g:vikitasks#intervikis = 2

pielgrzym avatar Oct 10 '13 09:10 pielgrzym

I've got an interviki with tasks, but calling VikiTasks yields 'No task files' message.

What's the value of g:vikiInterVikiNames?

tomtom avatar Oct 15 '13 16:10 tomtom