[nvim] Four-space indentation
This commit is contained in:
parent
6900feaf97
commit
4253f0b1e8
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
|||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||
-- Add any additional options here
|
||||
vim.g.mapleader = "\\"
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
|
|
Loading…
Add table
Reference in a new issue