Disable ros commands as they won't work outside the devcontainer
This commit is contained in:
parent
7723d66cbf
commit
1c42119291
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user