mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
13 lines
169 B
Lua
13 lines
169 B
Lua
-- Custom settings
|
|
|
|
vim.opt.guicursor = ""
|
|
|
|
vim.opt.nu = true
|
|
vim.opt.relativenumber = true
|
|
|
|
vim.opt.scrolloff = 8
|
|
|
|
vim.opt.incsearch = true
|
|
|
|
vim.opt.signcolumn = "yes"
|