summaryrefslogtreecommitdiff
path: root/nvim/lsp/tabby_ml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/tabby_ml.lua')
-rwxr-xr-xnvim/lsp/tabby_ml.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/nvim/lsp/tabby_ml.lua b/nvim/lsp/tabby_ml.lua
deleted file mode 100755
index c1012bf..0000000
--- a/nvim/lsp/tabby_ml.lua
+++ /dev/null
@@ -1,16 +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
---- ```
-return {
- cmd = { 'tabby-agent', '--lsp', '--stdio' },
- filetypes = {},
- root_markers = { '.git' },
-}