Skip to content

Commit f1f525e

Browse files
committed
add feature wishlist to README
1 parent 942a17d commit f1f525e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,19 @@ Run the tests: `bundle exec parallel_rspec spec`
7878

7979
Spawn a container with vim and dev configs: `docker-compose build && docker-compose run vim`
8080

81+
### Feature Wishlist
82+
83+
Here is a list of features that I think would be great additions to `vim-elixir`:
84+
85+
* Regularly merging `vim-elixir` into `vim` and keeping the sync up-to-date
86+
* Fixing our build so it can run regularly on CI
87+
* Live view support
88+
* Testing .exs files and ensuring feature compatibility between .ex and .exs
89+
* Documentation (e.g. `:h vim-elixir`)
90+
* README docs for various .vimrc options/flags
91+
* Identifying and rewriting tests that conflict with `mix format`
92+
* Fixes for indentation rule edge cases (e.g. `with`, see GH issues for examples)
93+
* Simplifying syntax rules
94+
* Performance optimizations for syntax/indent rules (especially for determining if something is a string)
95+
8196
[vim-dadbod]: https://github.com/tpope/vim-dadbod

0 commit comments

Comments
 (0)