diff options
| author | Benjamin Linskey | 2018-04-13 22:41:08 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2018-04-13 22:41:51 -0400 |
| commit | 9188e45e389d13af26da716533eeaceacb4c169c (patch) | |
| tree | 09e365eeccbd8afe2f9c8092788c396090ec6298 | |
| parent | a8d5d29e6607706360d181b9fd430ccd12f8b1d0 (diff) | |
| download | btl.vim-9188e45e389d13af26da716533eeaceacb4c169c.tar.gz | |
Move TODO comments to a new file
Also added a couple of new items.
| -rw-r--r-- | TODO | 11 | ||||
| -rw-r--r-- | colors/btl.vim | 7 |
2 files changed, 11 insertions, 7 deletions
@@ -0,0 +1,11 @@ +TODO +---- + +- Cursor improvements? +- Make line numbers more subtle +- General cleanup, organization, and general improvements to robustness +- Add unset groups, esp. diff, quickfix window +- Consider adding some toggleable, subtle, grayscale syntax highlighting. +- Make cursorline more visible. +- Fix HTML problems. +- Fix problems identified by the check_colors.vim script. diff --git a/colors/btl.vim b/colors/btl.vim index d4c53f6..842a828 100644 --- a/colors/btl.vim +++ b/colors/btl.vim @@ -3,13 +3,6 @@ " URL: https://github.com/blinskey/btl.vim " License: ISC -" TODO: -" - Cursor improvements? -" - Make line numbers more subtle -" - General cleanup, organization, and general improvements to robustness -" - Add unset groups, esp. diff, quickfix window -" - Consider adding some toggleable, subtle, grayscale syntax highlighting. - if &t_Co < 256 echoerr "Colorscheme requires 256-color terminal" endif |