Skip to content

Instantly share code, notes, and snippets.

View RockyGitHub's full-sized avatar
🏠
Working from home

Rocky_Felix RockyGitHub

🏠
Working from home
View GitHub Profile
@RockyGitHub
RockyGitHub / .lua
Created August 2, 2022 19:41
Mostly neovim config
local config = {
-- Configure AstroNvim updates
updater = {
remote = "origin", -- remote to use
channel = "nightly", -- "stable" or "nightly"
version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
branch = "main", -- branch name (NIGHTLY ONLY)
commit = nil, -- commit hash (NIGHTLY ONLY)
pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only)