Skip to content

Instantly share code, notes, and snippets.

View umlayezi's full-sized avatar

Sphesihle Ntshingila umlayezi

View GitHub Profile
@umlayezi
umlayezi / init.lua
Created April 8, 2026 20:42
Neovim Configuration
--- Options et al.
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.opt.termguicolors = true
vim.opt.autoread = true
vim.opt.autowrite = false
vim.opt.backspace = 'indent,eol,start'
vim.opt.clipboard:append('unnamedplus')