Skip to content

Instantly share code, notes, and snippets.

View rpwh's full-sized avatar
🦀

Rory Harrison rpwh

🦀
  • Belfast/Aberdeen
View GitHub Profile
@rpwh
rpwh / init.lua
Last active February 2, 2024 19:50
astrovim user/init.lua
-- AstroNvim Configuration Table
-- All configuration changes should go inside of the table below You can think of a Lua "table" as a dictionary like data structure the
-- normal format is "key = value". These also handle array like data structures
-- where a value with no key simply has an implicit numeric key
local config = {
-- Configure AstroNvim updates
updater = {
remote = "origin", -- remote to use
channel = "stable", -- "stable" or "nightly"