Stale update
This commit is contained in:
@@ -13,7 +13,7 @@ Plugin 'vim-airline/vim-airline-themes'
|
||||
|
||||
" Tags
|
||||
Plugin 'xolox/vim-misc'
|
||||
Plugin 'xolox/vim-easytags'
|
||||
Plugin 'ludovicchabant/vim-gutentags'
|
||||
Plugin 'majutsushi/tagbar'
|
||||
|
||||
" Templates
|
||||
@@ -179,6 +179,8 @@ nmap <Leader>t :call TextWrapToggle()<CR>
|
||||
"Copying
|
||||
set clipboard=unnamedplus,unnamed " Copy/Paste
|
||||
|
||||
" Airline
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
||||
" TagBar
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
@@ -189,7 +191,7 @@ nmap <C-]> <C-w><C-]><C-w>T
|
||||
let g:ycm_collect_identifiers_from_tags_files = 1 " Read from tag files
|
||||
let g:ycm_global_ycm_extra_conf = '~/.config/nvim/.ycm_extra_conf.py' " Standard conf
|
||||
let g:ycm_enable_diagnostic_signs = 0 " Do not show semantic error bar
|
||||
let g:ycm_server_python_interpreter = '/usr/local/bin/python'
|
||||
let g:ycm_server_python_interpreter = '/usr/bin/python3'
|
||||
let g:ycm_key_list_select_completion = ['<C-j>', '<C-n>', '<Down>']
|
||||
let g:ycm_key_list_previous_completion = ['<C-k>', '<C-p>', '<Up>']
|
||||
|
||||
@@ -233,13 +235,6 @@ catch
|
||||
" Ignore non existing file
|
||||
endtry
|
||||
|
||||
" Powerline
|
||||
try
|
||||
source ~/.config/nvim/.vimrc_config_powerline
|
||||
catch
|
||||
" Ignore non existing file
|
||||
endtry
|
||||
|
||||
" Extra stuff
|
||||
try
|
||||
source ~/.config/nvim/.vimrc_config_extra_stuff
|
||||
|
||||
Reference in New Issue
Block a user