/
/
/
My dotfile repo. It sets aliases and installs generic applications for my user.
1return {
2 "ErickKramer/nvim-ros2",
3 opts = {
4 -- Add any custom options here
5 autocmds = true,
6 telescope = true,
7 treesitter = true,
8 }
9}
10