Skip to content

Commit

Permalink
feat(nvim): tabby
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 22, 2024
1 parent 7918ff0 commit 3907479
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nvim-fredrik/lua/plugins/tabby.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
vim.g.tabby_keybinding_accept = "<Tab>"
return {

-- Config with token lives here:
-- ~/.tabby-client/agent/config.toml
--
-- Download, install:
-- brew install tabbyml/tabby/tabby
--
-- Start server:
-- tabby serve --device metal --model StarCoder-1B
{
"TabbyML/vim-tabby",
},
}

0 comments on commit 3907479

Please sign in to comment.