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 fad185a
Show file tree
Hide file tree
Showing 2 changed files with 16 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
11 changes: 11 additions & 0 deletions lua/astrocommunity/completion/tabnine-nvim/tabnine.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
return {
"codota/tabnine-nvim",
name = "tabnine",
event = "User AstroFile",
opts = {
disable_auto_comment = true,
accept_keymap = "<Tab>",
debounce_ms = 300,
suggestion_color = { gui = "#808080", cterm = 244 },
},
}

0 comments on commit fad185a

Please sign in to comment.