|
|
|
@ -105,42 +105,16 @@ Plugin 'SirVer/ultisnips'
|
|
|
|
|
Plugin 'honza/vim-snippets' |
|
|
|
|
|
|
|
|
|
" fuzzy file open |
|
|
|
|
Plugin 'kien/ctrlp.vim' |
|
|
|
|
" Plugin 'kien/ctrlp.vim' |
|
|
|
|
Plugin 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } |
|
|
|
|
Plugin 'junegunn/fzf.vim' |
|
|
|
|
|
|
|
|
|
" select multiple strings at the same time |
|
|
|
|
Plugin 'terryma/vim-multiple-cursors' |
|
|
|
|
|
|
|
|
|
" colorschemes |
|
|
|
|
Plugin 'croaker/mustang-vim' |
|
|
|
|
Plugin 'Ambient-Color-Scheme' |
|
|
|
|
Plugin 'EditPlus' |
|
|
|
|
Plugin 'altercation/vim-colors-solarized' |
|
|
|
|
Plugin 'baycomb' |
|
|
|
|
Plugin 'tomasr/molokai' |
|
|
|
|
Plugin 'jonathanfilip/vim-lucius' |
|
|
|
|
Plugin 'chriskempson/base16-vim' |
|
|
|
|
Plugin 'zenorocha/dracula-theme', {'rtp': 'vim/'} |
|
|
|
|
Plugin 'Snazzyham/wwdc-2016' |
|
|
|
|
Plugin 'farfanoide/vim-facebook' |
|
|
|
|
Plugin 'rakr/vim-two-firewatch' |
|
|
|
|
Plugin 'arcticicestudio/nord-vim' |
|
|
|
|
Plugin 'vim-scripts/BusyBee' |
|
|
|
|
Plugin 'nowk/genericdc' |
|
|
|
|
Plugin 'andrwb/vim-lapis256' |
|
|
|
|
Plugin 'glortho/feral-vim' |
|
|
|
|
Plugin 'kristijanhusak/vim-hybrid-material' |
|
|
|
|
Plugin 'jscappini/material.vim' |
|
|
|
|
Plugin 'marcopaganini/termschool-vim-theme' |
|
|
|
|
Plugin 'scwood/vim-hybrid' |
|
|
|
|
Plugin 'juanedi/predawn.vim' |
|
|
|
|
Plugin 'Marfisc/vorange' |
|
|
|
|
Plugin 'tyrannicaltoucan/vim-quantum' |
|
|
|
|
Plugin 'kamwitsta/nordisk' |
|
|
|
|
Plugin 'davidklsn/vim-sialoquent' |
|
|
|
|
Plugin 'trevordmiller/nova-vim' |
|
|
|
|
Plugin 'fenetikm/falcon' |
|
|
|
|
Plugin 'larsbs/vimterial_dark' |
|
|
|
|
Plugin 'mhartington/oceanic-next' |
|
|
|
|
Plugin 'crusoexia/vim-monokai' |
|
|
|
|
|
|
|
|
|
" Improved syntax files |
|
|
|
|
Plugin 'Glench/Vim-Jinja2-Syntax' |
|
|
|
@ -173,7 +147,8 @@ 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 |
|
|
|
|
" color mustang " looks awesome on gvim, looks alright in vim if you have 256 color support |
|
|
|
|
color monokai |
|
|
|
|
|
|
|
|
|
" Enable file type detection. |
|
|
|
|
" Use the default filetype settings, so that mail gets 'tw' set to 72, |
|
|
|
@ -288,7 +263,7 @@ au FileType java setlocal noet list
|
|
|
|
|
" Remove tailing spaces |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
autocmd FileType c,cpp,python,yang,json,yaml,javascript,scala autocmd BufWritePre <buffer> :%s/\s\+$//e |
|
|
|
|
autocmd FileType c,cpp,python,yang,json,yaml,javascript,scala,java autocmd BufWritePre <buffer> :%s/\s\+$//e |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" mapings |
|
|
|
@ -513,6 +488,13 @@ nmap <Leader>n :TilerNew<CR>
|
|
|
|
|
nmap <Leader>f :TilerFocus<CR> |
|
|
|
|
nmap <Leader><space> :TilerReorder<CR> |
|
|
|
|
|
|
|
|
|
let g:tiler#master#size = 55 |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" fzf keybinds |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
nmap <C-p> :FZF<CR> |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" Lastly, load configurations available only to this computer |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|