An UNOFFICIAL Neovim plugin for FRC
FRC - Open Health Menu
FRC build - Build the project locally
FRC teamNumber - Sets project team number
FRC simulate - Opens the simulation menu
FRC deploy - Deploys robot code to the robotRIO
FRC menu - Shows the new project menu
- [-] Add github workflow to update the versions every month
- [-] Initalize .wpilib/wpilib-preferences
return {
'SnarkyDeveloper/wpilib.nvim',
dependencies = {
'MunifTanjim/nui.nvim',
},
config = function()
require('wpilib').setup({})
end,
}