Browse Source

Enable a tiling manager for splits

master
Julio Biason 6 years ago
parent
commit
a5e0be80e3
  1. 3
      vim/configs/vimrc

3
vim/configs/vimrc

@ -168,6 +168,9 @@ Plugin 'romainl/vim-cool'
" Better "around stuff"
Plugin 'tpope/vim-surround'
" Tiling split manager
Plugin 'zhamlin/tiler.vim'
call vundle#end() " done with plugins
color mustang " looks awesome on gvim, looks alright in vim if you have 256 color support

Loading…
Cancel
Save