feat(nvim): add init.lua

This commit is contained in:
Mohammad Rafiq 2025-03-05 06:59:49 +08:00
parent 443488782f
commit 464060a355
10 changed files with 15 additions and 8 deletions

View file

@ -0,0 +1,3 @@
vim.opt.shiftwidth = 2;
vim.opt.number = true;
vim.opt.relativenumber = true;