Newest Updates
This commit is contained in:
@@ -14,9 +14,11 @@ vim.g.coc_global_extensions = {
|
||||
'coc-prettier',
|
||||
'coc-eslint',
|
||||
'coc-markdownlint',
|
||||
'coc-vimlsp'
|
||||
'coc-vimlsp',
|
||||
'coc-zig'
|
||||
}
|
||||
|
||||
|
||||
-- Use <Tab> and <S-Tab> to navigate completion list
|
||||
vim.keymap.set('i', '<Tab>', function()
|
||||
if vim.fn['coc#pum#visible']() == 1 then
|
||||
@@ -41,4 +43,4 @@ vim.keymap.set('i', '<CR>', function()
|
||||
else
|
||||
return '<CR>'
|
||||
end
|
||||
end, { expr = true, silent = true })
|
||||
end, { expr = true, silent = true })
|
||||
|
||||
Reference in New Issue
Block a user