Skip to content

Using vim-plug #26

Open
Open
@gko

Description

@gko

First of all thanks for the plugin.

When I try to use it via vim-plug as following:

Plug 'aserebryakov/vim-todo-lists', { 'for': 'todo' }

It doesn't seem to work even though I did configure filetype correctly:

autocmd BufRead,BufNewFile *.todo set ft=todo

It does work if I add call VimTodoListsInit:

autocmd BufRead,BufNewFile *.todo set ft=todo | call VimTodoListsInit()

but I find this solution a bit of a hack.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions