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

This commit is contained in:
Dreaded_X 2025-05-31 05:07:36 +02:00
parent 7723d66cbf
commit 1c42119291
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

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