1
0
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:
2026-07-03 20:08:11 +02:00
parent 3e8d816061
commit 27d28c8e55
2 changed files with 18 additions and 10 deletions
+8
View File
@@ -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",
-- },