Skip to content

Commit

Permalink
feat(completion): add tabnine-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jun 19, 2023
1 parent 81f72a3 commit 029e1ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/completion/tabnine-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# tabnine-nvim

**Repository:** https://github.com/codota/tabnine-nvim

Tabnine client for Neovim
6 changes: 6 additions & 0 deletions lua/astrocommunity/completion/tabnine-nvim/tabnine.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"codota/tabnine-nvim",
name = "tabnine",
event = "User AstroFile",
opts = {},
}

0 comments on commit 029e1ec

Please sign in to comment.