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

View File

@@ -65,7 +65,7 @@ vim.pack.add({
{ src = "https://github.com/alaviss/nim.nvim" },
{ src = "https://github.com/glebzlat/arduino-nvim" },
{ src = "https://github.com/norcalli/nvim-colorizer.lua" },
{ src = "https://github.com/HiPhish/rainbow-delimiters.nvim" },
-- { src = "https://github.com/HiPhish/rainbow-delimiters.nvim" },
{ src = "https://github.com/lewis6991/gitsigns.nvim" },
{ src = "https://github.com/amitds1997/remote-nvim.nvim" },