summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2018-04-13 22:41:08 -0400
committerBenjamin Linskey2018-04-13 22:41:51 -0400
commit9188e45e389d13af26da716533eeaceacb4c169c (patch)
tree09e365eeccbd8afe2f9c8092788c396090ec6298
parenta8d5d29e6607706360d181b9fd430ccd12f8b1d0 (diff)
downloadbtl.vim-9188e45e389d13af26da716533eeaceacb4c169c.tar.gz

Move TODO comments to a new file

Also added a couple of new items.

-rw-r--r--TODO11
-rw-r--r--colors/btl.vim7
2 files changed, 11 insertions, 7 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..b2ace50
--- /dev/null
+++ b/TODO
@@ -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