Skip to content

SnarkyDeveloper/wpilib.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wpilib.nvim

An UNOFFICIAL Neovim plugin for FRC


Commands

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

TODO

  • [-] Add github workflow to update the versions every month
  • [-] Initalize .wpilib/wpilib-preferences

Installation

Lazy users

return {
    'SnarkyDeveloper/wpilib.nvim',
    dependencies = {
        'MunifTanjim/nui.nvim',
    },
    config = function()
        require('wpilib').setup({})
    end,
}

About

WPILib Plugin For Neovim!

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors