Added ros plugin
This commit is contained in:
parent
38561b7dcc
commit
1ff53112ae
|
@ -34,6 +34,7 @@
|
|||
"nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" },
|
||||
"peek.nvim": { "branch": "master", "commit": "5820d937d5414baea5f586dc2a3d912a74636e5b" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
||||
"ros-nvim": { "branch": "main", "commit": "f0e16eebe68546025784593fa2355ca6749014a0" },
|
||||
"schemastore.nvim": { "branch": "main", "commit": "0098dde21296a454ae1426f9ac47340dd38c27ce" },
|
||||
"smart-splits.nvim": { "branch": "master", "commit": "5ef94ca23b28148187846fc46f10184aad4d17b0" },
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
|
||||
|
|
12
nvim/dot-config/nvim/lua/plugins/ros.lua
Normal file
12
nvim/dot-config/nvim/lua/plugins/ros.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"tadachs/ros-nvim",
|
||||
opts = {
|
||||
only_workspace = true,
|
||||
},
|
||||
build = ":TSInstall ros",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user