first commit
This commit is contained in:
16
lua/config/options.lua
Normal file
16
lua/config/options.lua
Normal file
@ -0,0 +1,16 @@
|
||||
local opt = vim.opt
|
||||
local o = vim.o
|
||||
local g = vim.g
|
||||
|
||||
g.mapleader = " "
|
||||
|
||||
o.laststatus = 2
|
||||
o.showmode = false
|
||||
|
||||
o.clipboard = "unnamedplus"
|
||||
o.cursorline = true
|
||||
o.cursorlineopt = "number"
|
||||
|
||||
o.number = true
|
||||
o.numberwidth = 2
|
||||
o.ruler = false
|
Reference in New Issue
Block a user