diff options
author | William Carroll <wpcarro@gmail.com> | 2017-06-25T19·42-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-06-25T19·42-0400 |
commit | 9c41fabf57ae81d601ba3949675b60b9b0ca92e6 (patch) | |
tree | a907439d6f6425136e0ec7b8053c9aec02ae384d | |
parent | 73ecea2030435e019093b89d3605e7289b601dce (diff) |
Deletes vim wishlist
-rw-r--r-- | vim_wishlist.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/vim_wishlist.md b/vim_wishlist.md deleted file mode 100644 index 3e63abe3a12a..000000000000 --- a/vim_wishlist.md +++ /dev/null @@ -1,18 +0,0 @@ -# Vim Wishlist - -## Abstract -This document is a repository for random musings / groanings about my current Vim tooling. - -## Wishlist - -* HTML autocomplete for previously typed CSS selectors. Should work in both *.html files and *.css files. - -```html -<!-- This currently doesn't autocomplete --> -<section class="some-class-here"> -</section> -... -<section class="some- -``` -* Ctags for CSS selectors (*.html -> *.css) -* "Find usages" for CSS selectors (*.css -> *.html) |