init
This commit is contained in:
9
lua/config/options.lua
Normal file
9
lua/config/options.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
vim.g.autoformat = false
|
||||
|
||||
local opt = vim.opt
|
||||
|
||||
opt.spell = false
|
||||
opt.wrap = true
|
||||
opt.relativenumber = false
|
||||
|
||||
opt.mouse="a"
|
||||
Reference in New Issue
Block a user