Masahiro's tech note
PostsProjectsAbout
PostsProjectsAbout
Backback arrow icon
Vim

vim + cocでaut ocomplete実装

こちら参考に実装しました

inoremap <silent><expr> <tab> pumvisible() ? coc#_select_confirm() : "\<C-g>u\<TAB>"
inoremap <silent><expr> <cr> "\<c-g>u\<CR>"

参考記事

How to remap coc.nvim autocomplete key?

Featured
Vimプラグイン自作の方法
2022/08/28
Vim
[dein] Vim(lua):E5107: Error loading lua [string “:lua”]:3: ‘=’ expected near ‘nnoremap’
2022/08/08
Vim
NeoVim + COCのhover UIが崩れる問題の解消
2022/07/20
Vim
IntelliJ/Android Studioでvimを使う方法
2022/05/17
Android Studio
IntelliJ
Vim
call dein#recache_runtimepath()でUndefined variable: v:luaエラー
2022/03/26
Vim

github
twitter
menta
mail
copyright © 2016-2023 Masahiro Okubo