diff --git a/root/.vimrc b/root/.vimrc index 04338f6..1c837fa 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -7,6 +7,7 @@ set mouse=a + set nowrap set autoindent set expandtab set smarttab @@ -26,18 +27,14 @@ """ Themes Plug 'tribela/vim-transparent' + Plug 'pgdouyon/vim-yin-yang' """ Plug 'Lokaltog/vim-monotone' """ Plug 'alexanderheldt/monokrom.vim' - Plug 'pgdouyon/vim-yin-yang' """ Statusline Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' - """ fzf - Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } - Plug 'junegunn/fzf.vim' - """ Navigation Plug 'justinmk/vim-sneak' call plug#end() @@ -71,17 +68,6 @@ set laststatus=2 set noshowmode -""" fzf - - let $FZF_DEFAULT_OPTS='--preview-window sharp' - - nnoremap :Buffers - nnoremap :Files - nnoremap :Explore - - nnoremap :Ag - nnoremap :Ag - """ Copy'n'paste nnoremap :call system('xclip -i -selection clipboard', @@)