summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/options.lua
blob: 652ceae17b79bb68e0ab01d1d26b410502d12ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
vim.o.number = true
vim.o.relativenumber = true
vim.o.timeout = true
vim.o.timeoutlen = 300
vim.o.softtabstop = 0

vim.o.laststatus = 2
vim.o.statusline = "%f %y%h%w%m%r%=%l:%c %P"

vim.g.mapleader = " "
vim.g.maplocalleader = " "