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
|
||||
|
||||
@@ -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" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user