Bump TF version and language server, coc.nvim fixes

This commit is contained in:
Andrejus
2020-10-26 17:01:20 +00:00
parent 6ea4142783
commit ae81a6be21
6 changed files with 40 additions and 11 deletions

View File

@@ -85,6 +85,7 @@ inoremap <silent><expr> <TAB>
\ pumvisible() ? "\<C-n>" :
\ <SID>check_back_space() ? "\<TAB>" :
\ coc#refresh()
inoremap <expr><S-TAB> pumvisible() ? "\<C-p>" : "\<C-h>"
function! s:check_back_space() abort
let col = col('.') - 1