Compare commits

..

No commits in common. "4ca270760bf2c3e7374bbc25dbff3ff2b3fb892a" and "75d79fc13c925ea835c428f7ea8cf33da9119d10" have entirely different histories.

3 changed files with 0 additions and 6 deletions

View file

@ -1,2 +0,0 @@
call extend(g:dotfiles_coc_extensions, {'coc-vimtex': 1})
call extend(g:dotfiles_coc_filetypes, {'tex': 1, 'cls': 1})

View file

@ -34,7 +34,6 @@ let s:plug = funcref('dotfiles#plugman#register')
" }}} " }}}
endif endif
endif endif
call s:plug('lervag/vimtex')
call s:plug('stevearc/vim-arduino') call s:plug('stevearc/vim-arduino')
call s:plug('luke-gru/vim-riml') call s:plug('luke-gru/vim-riml')
call s:plug('bhurlow/vim-parinfer') call s:plug('bhurlow/vim-parinfer')

View file

@ -6,9 +6,6 @@ nnoremap <C-t> :NERDTreeToggle<CR>
return !col || getline('.')[col - 1] =~ '\s' return !col || getline('.')[col - 1] =~ '\s'
endfunction endfunction
nmap <silent> <F3> <Plug>(coc-codeaction-line)
xmap <silent> <F3> <Plug>(coc-codeaction-selected)
inoremap <expr> <cr> coc#pum#visible() ? coc#_select_confirm() : "\<CR>" inoremap <expr> <cr> coc#pum#visible() ? coc#_select_confirm() : "\<CR>"
inoremap <silent><expr> <TAB> inoremap <silent><expr> <TAB>