This commit is contained in:
2025-01-16 20:24:15 +00:00
commit 3d44682d05
13 changed files with 518 additions and 0 deletions

2
lua/editer/envirment.lua Normal file
View File

@@ -0,0 +1,2 @@
vim.opt.relativenumber = true
vim.opt.colorcolumn = "80"

2
lua/editer/remaps.lua Normal file
View File

@@ -0,0 +1,2 @@
-- REMAPS
vim.g.mapleader = " "

3
lua/editer/text.lua Normal file
View File

@@ -0,0 +1,3 @@
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true