This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ndpm13
/
nvim-config
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
✨feat: add Exafunction/codeium plugin
Naz
2 mesi fa
parent
2a83b122e0
commit
0f181056a8
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
lua/plugins/codeium.lua
+ 4
- 0
lua/plugins/codeium.lua
Vedi File
@@ -0,0 +1,4 @@
+return {
+ "Exafunction/codeium.vim",
+ event = "BufEnter",
+}