Disable ros commands as they won't work outside the devcontainer

This commit is contained in:
2025-05-31 05:07:36 +02:00
parent 7723d66cbf
commit 1c42119291

View File

@@ -2,10 +2,13 @@
--- @module "lazy" --- @module "lazy"
--- @type LazySpec --- @type LazySpec
return { return {
"tadachs/ros-nvim", -- "tadachs/ros-nvim",
"DreadedX/ros-nvim",
event = { "BufRead", "BufNewFile" }, event = { "BufRead", "BufNewFile" },
opts = { opts = {
only_workspace = true, commands = {
enabled = false,
},
}, },
build = ":TSInstall ros", build = ":TSInstall ros",
dependencies = { dependencies = {