Updated readme

This commit is contained in:
baabelfish 2016-02-04 03:04:10 +02:00
commit 3b485d1a87

View file

@ -51,7 +51,6 @@ Nim support for Neovim
- [x] Neomake - [x] Neomake
- [x] View online documentation - [x] View online documentation
- [x] Outline with a proper tagbar - [x] Outline with a proper tagbar
- [ ] Search and view online documentation
- [ ] Usages with unite - [ ] Usages with unite
- [ ] Outline with unite - [ ] Outline with unite
- [ ] Parse proc parameter types for parameter completion - [ ] Parse proc parameter types for parameter completion
@ -65,12 +64,12 @@ Nim support for Neovim
- [ ] Debugging - [ ] Debugging
- [ ] Commands - [ ] Commands
- [ ] Run file in debug mode - [x] Run file in debug mode
- [ ] Step into - [x] Step into
- [ ] Step over - [x] Step over
- [ ] Skip current - [x] Skip current
- [ ] Continue - [x] Continue
- [ ] Ignore - [x] Ignore
- [ ] Toggle breakpoint (insert breakpoint pragma and conceal it) - [ ] Toggle breakpoint (insert breakpoint pragma and conceal it)
- [ ] While on breakpoint - [ ] While on breakpoint