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