initial commit
This commit is contained in:
12
lua/options.lua
Normal file
12
lua/options.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
vim.o.number = true
|
||||
vim.o.relativenumber = true
|
||||
vim.o.cursorline = true
|
||||
vim.o.expandtab = true
|
||||
vim.o.wrap = false
|
||||
vim.o.undofile = true
|
||||
vim.g.mapleader = " "
|
||||
vim.o.winborder = "single"
|
||||
vim.o.completeopt = "menu,popup,noselect"
|
||||
vim.o.signcolumn = "yes"
|
||||
vim.o.foldmethod = "expr"
|
||||
vim.o.foldlevel = 99
|
||||
Reference in New Issue
Block a user