mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "4ca270760bf2c3e7374bbc25dbff3ff2b3fb892a" and "75d79fc13c925ea835c428f7ea8cf33da9119d10" have entirely different histories.
4ca270760b
...
75d79fc13c
3 changed files with 0 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
|||
call extend(g:dotfiles_coc_extensions, {'coc-vimtex': 1})
|
||||
call extend(g:dotfiles_coc_filetypes, {'tex': 1, 'cls': 1})
|
|
@ -34,7 +34,6 @@ let s:plug = funcref('dotfiles#plugman#register')
|
|||
" }}}
|
||||
endif
|
||||
endif
|
||||
call s:plug('lervag/vimtex')
|
||||
call s:plug('stevearc/vim-arduino')
|
||||
call s:plug('luke-gru/vim-riml')
|
||||
call s:plug('bhurlow/vim-parinfer')
|
||||
|
|
|
@ -6,9 +6,6 @@ nnoremap <C-t> :NERDTreeToggle<CR>
|
|||
return !col || getline('.')[col - 1] =~ '\s'
|
||||
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 <silent><expr> <TAB>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue