Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Готовые Vim сборки VS свои детища

Готовые Vim сборки VS свои детища

Плюсы и минусы использования готовых сборок и создание своей сборки как возможная альтернатива.

Anton Kaliaev

June 28, 2013
Tweet

More Decks by Anton Kaliaev

Other Decks in Programming

Transcript

  1. Отключаем пару плагинов Janus call janus#disable_plugin('narrowregion') call janus#disable_plugin('zoomwin') call janus#disable_plugin('vroom')

    call janus#disable_plugin('vimwiki') call janus#disable_plugin('css-color') call janus#disable_plugin('dispatch') call janus#disable_plugin('webapi') call janus#disable_plugin('gist')
  2. “My view is that learning Vim is better approached as

    an ongoing process, rather than a task to be completed.” - Chris Toomey (An Incremental Approach to Vim)
  3. • Switching to Vundle http://c7.se/switching-to-vundle/ • Vim After 11 Years

    http://statico.github.io/vim.html • Everything I Missed in "Vim After 11 Years" http:// statico.github.io/vim2.html • An Incremental Approach to Vim http://ctoomey.com/posts/ an-incremental-approach-to-vim/ Worth reading