nvim/lua/opt/options.lua

10 lines
183 B
Lua
Raw Normal View History

2024-05-27 16:35:03 +02:00
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