initial commit
This commit is contained in:
15
lua/config/options.lua
Normal file
15
lua/config/options.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars = {
|
||||
tab = "> ",
|
||||
trail = "-",
|
||||
nbsp = "+",
|
||||
}
|
||||
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.expandtab = false
|
||||
|
||||
vim.opt.cmdheight = 0
|
||||
Reference in New Issue
Block a user