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 = {