Skip to content

Instantly share code, notes, and snippets.

View oAstrex's full-sized avatar

Astrex oAstrex

  • Zeatrix
  • 21:37 (UTC -04:00)
View GitHub Profile
@oAstrex
oAstrex / init.lua
Created April 25, 2025 17:45
My nvim init.lua config totally created 100% by me
-- init.lua - Neovim Config
-- ----------------------------
-- Interface
-- ----------------------------
vim.opt.number = true -- Show line numbers
vim.opt.termguicolors = true -- Enable 24-bit colors
-- ----------------------------
-- Tabs and Indentation