nvim/lua/opt/options.lua
2024-05-27 16:35:03 +02:00

10 lines
183 B
Lua

vim.opt.wrap = true
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
vim.o.termguicolors = true
vim.wo.relativenumber = true
vim.wo.number = true
vim.g.mapleader = ' '
vim.o.cmdheight = 0