Open vinsonchuong opened 9 years ago
Also, add syntax checking and highlighting for the below languages. Any new plugins that are not yet part of vim-polyglot
or syntastic
should be submitted as pull requests.
See if tpope/vim-flagship can replace vim-airline.
See if Vim's out-of-the-box completion features are good enough; if so, remove Valloric/YouCompleteMe.
Investigate smartindent
and cinwords
for smarter auto-indentation.
http://vimawesome.com/ is a good place to look for populare plugins.
http://vimrcfu.com/ is a good place to find code snippets.
Looks like a lot of tooling is starting to be built for the Language Server Protocol.
For document editing
For editing large files
For Global Search/Replace
For Git/GitHub
For Project File Navigation and Tooling
For Code Analysis
For Code Refactoring
For Brackets and Delimited/Structured Text
For External Tools
For Adding New Motions
For Visualizing Metadata
jeetsukumaran/vim-markology - visualize marks
For Debugging
For automatically running code
For interacting with ctags
For specific languages
For quickly inserting text
For Haskell
For executing code from a buffer