summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/options.lua
blob: c962840070717896ae5079d80f49d58d84f11bf6 (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.shiftwidth = 2
vim.o.tabstop = 2
vim.o.softtabstop = 0
vim.o.expandtab = true

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