From 3fcf8f840cb8d660703db74c84ed566249ce90ed Mon Sep 17 00:00:00 2001 From: lxf Date: Wed, 9 Dec 2020 16:28:42 -0500 Subject: added latest changes from setting up x270 --- .vimrc | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index aa70fa9..3a682ca 100644 --- a/.vimrc +++ b/.vimrc @@ -11,8 +11,6 @@ Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-surround' Bundle 'vim-scripts/multvals.vim' Bundle 'altercation/vim-colors-solarized' -Bundle 'SirVer/ultisnips' -Bundle 'vim-scripts/taglist.vim' Bundle 'vim-scripts/django.vim' Bundle 'nelstrom/vim-markdown-folding' Bundle 'tpope/vim-markdown' @@ -24,13 +22,11 @@ Bundle 'reedes/vim-wordy' Bundle 'vim-scripts/vim-auto-save' Bundle 'tmhedberg/SimpylFold' Bundle 'nvie/vim-flake8' -Bundle 'majutsushi/tagbar' Bundle 'francoiscabrol/ranger.vim' Bundle 'junegunn/fzf' Bundle 'junegunn/fzf.vim' Bundle 'chengzeyi/fzf-preview.vim' Bundle 'alok/notational-fzf-vim' -Bundle 'junegunn/goyo.vim' call vundle#end() filetype plugin indent on "}}} @@ -416,42 +412,17 @@ let g:ycm_key_list_select_completion = ['', ''] let g:ycm_key_list_previous_completion = ['', ''] let g:SuperTabDefaultCompletionType = '' -" better key bindings for UltiSnipsExpandTrigger -" let g:UltiSnipsExpandTrigger = "" -" let g:UltiSnipsJumpForwardTrigger = "" -" let g:UltiSnipsJumpBackwardTrigger = "" -" -" goyo / limelight - -" Color name (:help cterm-colors) or ANSI code -let g:limelight_conceal_ctermfg = 'gray' -let g:limelight_conceal_ctermfg = 240 -" -" " Color name (:help gui-colors) or RGB color -let g:limelight_conceal_guifg = 'DarkGray' -let g:limelight_conceal_guifg = '#777777' -" - -let g:goyo_width = 105 -let g:goyo_height = '99%' -let g:goyo_linenr=1 nnoremap :NV let g:markdown_fold_style = 'nested' nmap i :%s/ //g nmap # :%s/### /###/g -nmap o :Utl openLink underCursor edit imap jj vmap r :'<,'>:w !espeak &> /dev/null -"wayland hack: -"xnoremap "+y :!wl-copy " -"xnoremap "+y y:call system("wl-copy", @") -"nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '', '', 'g')p nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '', '', 'g')p xnoremap y:!wl-copy "gv vnoremap y:!wl-copy "gv -"set tags+=tags;$HOME -- cgit v1.2.3-70-g09d2