mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-08 09:53:48 -05:00
made readme more noob friendly
This commit is contained in:
@@ -14,6 +14,14 @@ If your Vim installation does **not** have Python support, this plugin **will wo
|
|||||||
cd todo.txt-vim
|
cd todo.txt-vim
|
||||||
cp -R * ~/.vim
|
cp -R * ~/.vim
|
||||||
|
|
||||||
|
Also make sure your .vimrc contains
|
||||||
|
|
||||||
|
syntax on
|
||||||
|
filetype plugin on
|
||||||
|
|
||||||
|
You can set the `<localleader>` in your .vimrc file with
|
||||||
|
|
||||||
|
let maplocalleader="<yourKey>"
|
||||||
|
|
||||||
This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few mappings, to help with editing these files:
|
This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few mappings, to help with editing these files:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user