Electrical & Computer Engineering Student at CU Boulder. Working on robots and stuff.
Highlights
- Pro
Pinned Loading
-
CU-Robotics/firmware
CU-Robotics/firmware PublicRobot-agnostic firmware platform for Teensy 4.1
-
-
init.lua
init.lua 1-- bootstrap lazy.nvim
2local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
3if not (vim.uv or vim.loop).fs_stat(lazypath) then
4local lazyrepo = "https://github.com/folke/lazy.nvim.git"
5local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath })
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.