5 lines
82 B
Lua
5 lines
82 B
Lua
vim.o.guicursor = ""
|
|
vim.o.nu = true
|
|
vim.o.relativenumber = true
|
|
vim.o.mouse = ""
|