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"
|
--- @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 = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user