Update lua/config/settings.lua

This commit is contained in:
amolinae 2025-01-14 22:24:43 -06:00
parent 629d263e1d
commit f0ef247331

View file

@ -2,6 +2,11 @@ local opt = vim.opt
local o = vim.o local o = vim.o
local g = vim.g local g = vim.g
o.laststatus = 3
o.clipboard = "unnamedplus"
o.cursorline = true
o.cursorlineopt = "number"
o.expandtab = true o.expandtab = true
o.autoindent = true o.autoindent = true
o.shiftwidth = 2 o.shiftwidth = 2