# lightTodo.vim **Repository Path**: springhan/lightTodo.vim ## Basic Information - **Project Name**: lightTodo.vim - **Description**: vim下简便的待办事项管理插件。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## LightTodo.vim ## This repository have already stopped update. ### ScreenShot ![lightLine](./a.png) ### Introduction `LightTodo.vim` is a light todolist in (neo)vim.And it can connected with [todo](https://github.com/mattn/todo) to use.I think it'll be convenient. ### Installation Using [vim-plug](https://github.com/junegunn/vim-plug) is the best way to install the plugin.You should insert: ```vim Plug 'SpringHan/lightTodo.vim' ``` in your `.vimrc`(for vim) or `init.vim`(for neovim). ### Configuration To use this plugin,you only need to set a path: ```vim let g:LightTodoFile = '/path/to/file' ``` or ```vim let g:LightTodoFile = $HOME.'file' ``` Note: The path must be an absolute path. ## License MIT