mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-05-13 20:11:46 +02: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
|