File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -78,4 +78,19 @@ Run the tests: `bundle exec parallel_rspec spec`
7878
7979Spawn 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 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments