Update lua/config/settings.lua
This commit is contained in:
parent
629d263e1d
commit
f0ef247331
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue