Skip to content

Commit

Permalink
feat(completion): added fitten
Browse files Browse the repository at this point in the history
Closes AstroNvim#895

Adds fitten code ai assistant with inline completion mode
  • Loading branch information
Std-Enigma committed Apr 21, 2024
1 parent 0c21abb commit d6f2ece
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lua/astrocommunity/completion/fittencode-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# codeium.vim

Fitten Code AI Programming Assistant for Neovim

**Repository:** <https://github.com/luozhiya/fittencode.nvim>

### Default Mappings

| Mappings | Action |
|-------------|------------------------|
| `Tab` | Accept all suggestions |
| `Ctrl + ⬇️` | Accept line |
| `Ctrl + ➡️` | Accept word |


_Note_: You need to auth first before usage - Run Fitten login <user> <password>
6 changes: 6 additions & 0 deletions lua/astrocommunity/completion/fittencode-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"luozhiya/fittencode.nvim",
event = "User AstroFile",
cmd = "Fitten",
opts = {},
}

0 comments on commit d6f2ece

Please sign in to comment.