mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
15 lines
197 B
Lua
15 lines
197 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"
|
|
|
|
vim.o.termguicolors = true
|