diff options
-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) |