Move lsp config to local file structure
This commit is contained in:
parent
e5c3bb2492
commit
20801272fc
383 changed files with 11829 additions and 114 deletions
18
.config/nvim/lsp/tabby_ml.lua
Normal file
18
.config/nvim/lsp/tabby_ml.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---@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' },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue