diff --git a/nvim-fredrik/lua/plugins/tabby.lua b/nvim-fredrik/lua/plugins/tabby.lua new file mode 100644 index 00000000..4083513c --- /dev/null +++ b/nvim-fredrik/lua/plugins/tabby.lua @@ -0,0 +1,15 @@ +vim.g.tabby_keybinding_accept = "" +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", + }, +}