diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 7f1c9bd..4ffb9eb 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -199,6 +199,11 @@ local plugins = { end, }, -- misc + -- + { + 'Exafunction/codeium.vim', + event = 'BufEnter' + }, { 'vimwiki/vimwiki', diff --git a/snippets/package.json b/snippets/package.json index 0ae6a01..6c3e767 100644 --- a/snippets/package.json +++ b/snippets/package.json @@ -13,7 +13,14 @@ "c" ], "path": "./c.json" - } + }, + { + "language": [ + "asm" + ], + "path": "./asm.json" + } + ] } }