mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
8 lines
148 B
Lua
8 lines
148 B
Lua
|
vim.g.mapleader = " "
|
||
|
vim.g.maplocalleader = " "
|
||
|
|
||
|
local opt = vim.opt
|
||
|
|
||
|
opt.shiftwidth = 2 -- Size of an indent
|
||
|
opt.tabstop = 2 -- Size of an indent
|