From 1c42119291d64f828e18d436016c66d4adda6c2c Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 31 May 2025 05:07:36 +0200 Subject: [PATCH] Disable ros commands as they won't work outside the devcontainer --- nvim/dot-config/nvim/lua/plugins/ros.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nvim/dot-config/nvim/lua/plugins/ros.lua b/nvim/dot-config/nvim/lua/plugins/ros.lua index c2f9266..63005ca 100644 --- a/nvim/dot-config/nvim/lua/plugins/ros.lua +++ b/nvim/dot-config/nvim/lua/plugins/ros.lua @@ -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 = {