freitass / todo.txt-vim

Vim plugin for Todo.txt
483 stars 121 forks source link

filetype plugin on #59

Open alexandersvozil opened 7 years ago

alexandersvozil commented 7 years ago

I love this project but I messed around in my .vimrc and somehow filetype plugin on wasn't set. This caused this plugin not to work anymore. Maybe you could just mention that for the vim newbies like me. ;)

izaakm commented 6 years ago

+1

I (as a newbie) thought that the instructions in the readme for installation would be sufficient.

Specifically, I was confused because some of the todo.txt syntax still seemed to work, but none of the keyboard shortcuts/key mappings (eg, <localleader>a worked for me. Removing my .vimrc file "fixed" the extension, but it seemed to me to break again when I created even a blank .vimrc file.

For anyone interested in this plugin like myself, but confused, include the following in your ".vimrc" file:

filetype plugin on

Thanks @alexandersvozil for posting.