Newest Updates

This commit is contained in:
Raelon
2026-04-09 12:16:23 -04:00
parent e20b570823
commit 3c392bc31d
3 changed files with 6 additions and 4 deletions

View File

@@ -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 })