diff options
Diffstat (limited to '.config/nvim/lsp/tabby_ml.lua')
-rw-r--r-- | .config/nvim/lsp/tabby_ml.lua | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/nvim/lsp/tabby_ml.lua b/.config/nvim/lsp/tabby_ml.lua deleted file mode 100644 index e21db46..0000000 --- a/.config/nvim/lsp/tabby_ml.lua +++ /dev/null @@ -1,18 +0,0 @@ ----@brief ---- ---- https://tabby.tabbyml.com/blog/running-tabby-as-a-language-server ---- ---- Language server for Tabby, an opensource, self-hosted AI coding assistant. ---- ---- `tabby-agent` can be installed via `npm`: ---- ---- ```sh ---- npm install --global tabby-agent ---- ``` - ----@type vim.lsp.Config -return { - cmd = { 'tabby-agent', '--lsp', '--stdio' }, - filetypes = {}, - root_markers = { '.git' }, -} |