dotfiles/nvim/dot-config/nvim/lua/plugins/ros.lua

19 lines
339 B
Lua

-- https://github.com/tadachs/ros-nvim
--- @module "lazy"
--- @type LazySpec
return {
-- "tadachs/ros-nvim",
"DreadedX/ros-nvim",
event = { "BufRead", "BufNewFile" },
opts = {
commands = {
enabled = false,
},
},
build = ":TSInstall ros",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
}