test for term and search subdirs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color")
|
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||||
@@ -48,6 +48,7 @@ set showbreak=↪\
|
|||||||
set statusline=[%n]\ %<%f\ %h%w%m%r%=%{&fileencoding?&fileencoding:&encoding}[%{&fileformat}\]\ %y\ %l,%c%V\ %P
|
set statusline=[%n]\ %<%f\ %h%w%m%r%=%{&fileencoding?&fileencoding:&encoding}[%{&fileformat}\]\ %y\ %l,%c%V\ %P
|
||||||
set textwidth=120
|
set textwidth=120
|
||||||
set wrapscan
|
set wrapscan
|
||||||
|
set path+=**
|
||||||
|
|
||||||
let mapleader=" "
|
let mapleader=" "
|
||||||
let maplocalleader=" "
|
let maplocalleader=" "
|
||||||
|
|||||||
Reference in New Issue
Block a user