fixed all problems that occured during the upgrade to nvim 0.5+

This commit is contained in:
paul-loedige
2022-01-05 22:33:39 +01:00
parent 9e83b12906
commit 176434952f
3 changed files with 42 additions and 66 deletions
-9
View File
@@ -15,15 +15,6 @@ set updatetime=300
" Don't pass messages to |ins-completion-menu|.
set shortmess+=c
" Always show the signcolumn, otherwise it would shift the text each time
" diagnostics appear/become resolved.
if has("nvim-0.5.0") || has("patch-8.1.1564")
" Recently vim can merge signcolumn and number column into one
set signcolumn=number
else
set signcolumn=yes
endif
" Use tab for trigger completion with characters ahead and navigate.
" NOTE: Use command ':verbose imap <tab>' to make sure tab is not mapped by
" other plugin before putting this into your config.