Update YCM repo; remove weird nolist

This commit is contained in:
David Holland 2020-04-02 17:45:26 +02:00
parent 794fd8fa92
commit 6cd999151a
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 3 additions and 6 deletions

View File

@ -19,8 +19,6 @@ elseif g:platform ==? "xterm"
set notermguicolors
set guicursor=
set t_Co=
elseif g:platform ==? "windows_portable"
let g:use_font = 0
else
set termguicolors
endif
@ -55,6 +53,7 @@ set diffopt=filler,vertical
set expandtab
set ignorecase
set incsearch
set linebreak
set list
set listchars=trail,tab:•\ ,extends:⟩,precedes:⟨
set number
@ -67,7 +66,7 @@ set smartindent
set softtabstop=4
set splitbelow
set splitright
set wrap linebreak nolist
set wrap
syntax enable
" ===
@ -256,7 +255,7 @@ elseif g:use_autocomplete == 2
Plug 'roxma/vim-hug-neovim-rpc'
endif
elseif g:use_autocomplete == 3
Plug 'Valloric/YouCompleteMe'
Plug 'ycm-core/YouCompleteMe'
endif
if g:use_javacomplete == 1
@ -1062,8 +1061,6 @@ if g:use_cpp == 1
endif
" ===
set list
" ===
" Background
" ===