File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ Vim-EasyComplete does not integration snippets by default. If you want snippet s
240240
241241In addition to associating AI matching words in the complete menu, there are multiple options for AI coding suggestions.
242242
243- #### 1)Tabnine
243+ ### 1)Tabnine
244244
245245Vim-easycomplete integrates Tabnine built-in.Install TabNine: ` :InstallLspServer tabnine ` . Then restart your vim/nvim.
246246
@@ -262,11 +262,11 @@ TabNine works well without APIKey. If you have a Tabnine's Pro API key or purcha
262262
263263Enable TabNine inline suggestion: ` let g:easycomplete_tabnine_suggestion = 1 ` .
264264
265- #### 2) [ deepseek-coder.nvim] ( https://github.com/jayli/deepseek-coder.nvim/ )
265+ ### 2) [ deepseek-coder.nvim] ( https://github.com/jayli/deepseek-coder.nvim/ )
266266
267267Vim-easycomplete is working well with [ deepseek-coder.nvim] ( https://github.com/jayli/deepseek-coder.nvim/ ) .
268268
269- #### 3) Aone-Copilot.nvim
269+ ### 3) Aone-Copilot.nvim
270270
271271If you are an Alibaba engineer, then Aone-copilot is the best choice.
272272
You can’t perform that action at this time.
0 commit comments