vinsonchuong / dotfiles

0 stars 0 forks source link

Audit Vim Plugins (mid-2015) #2

Open vinsonchuong opened 9 years ago

vinsonchuong commented 9 years ago

For document editing

jeetsukumaran/vim-markology - visualize marks

For Debugging

vinsonchuong commented 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.

ES2016+

bats

Ruby

vinsonchuong commented 9 years ago

See if tpope/vim-flagship can replace vim-airline.

vinsonchuong commented 9 years ago

See if Vim's out-of-the-box completion features are good enough; if so, remove Valloric/YouCompleteMe.

vinsonchuong commented 9 years ago

Investigate smartindent and cinwords for smarter auto-indentation.

vinsonchuong commented 9 years ago

http://vimawesome.com/ is a good place to look for populare plugins.

vinsonchuong commented 9 years ago

http://vimrcfu.com/ is a good place to find code snippets.

vinsonchuong commented 6 years ago

Looks like a lot of tooling is starting to be built for the Language Server Protocol.