mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-07-23 23:25:45 +00:00
[neovim] Update dependencies
This commit is contained in:
@@ -246,6 +246,14 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "TabbyML/vim-tabby",
|
||||
-- lazy = false,
|
||||
-- init = function()
|
||||
-- vim.g.tabby_agent_start_command = { "npx", "tabby-agent", "--stdio" }
|
||||
-- vim.g.tabby_inline_completion_trigger = "manual"
|
||||
-- end,
|
||||
-- },
|
||||
-- {
|
||||
-- "qvalentin/helm-ls.nvim",
|
||||
-- ft = "helm",
|
||||
-- },
|
||||
|
||||
Reference in New Issue
Block a user