init.vim: disabled F1 for copilot
It will enable TAB key
This commit is contained in:
@ -357,8 +357,8 @@ set updatetime=250
|
|||||||
autocmd! CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false, scope="cursor"})
|
autocmd! CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false, scope="cursor"})
|
||||||
|
|
||||||
" CoPilot
|
" CoPilot
|
||||||
imap <silent><script><expr> <F1> copilot#Accept("\<CR>")
|
" imap <silent><script><expr> <F1> copilot#Accept("\<CR>")
|
||||||
let g:copilot_no_tab_map = v:true
|
" let g:copilot_no_tab_map = v:true
|
||||||
|
|
||||||
" Neoformat
|
" Neoformat
|
||||||
let g:neoformat_try_formatprg = 1
|
let g:neoformat_try_formatprg = 1
|
||||||
|
Reference in New Issue
Block a user