feat: Nvim | update to NvChad 3

This commit is contained in:
2026-04-22 00:49:20 +05:00
parent b90db5b1f2
commit d1419ac67f
26 changed files with 432 additions and 2017 deletions

View File

@@ -0,0 +1,10 @@
require "nvchad.options"
local o = vim.o
local opt = vim.opt
vim.g.maplocalleader = ","
opt.colorcolumn = "80"
o.relativenumber = true
opt.scrolloff = 8
opt.autoread = true