nvchad_neovim/lua/options.lua

9 lines
105 B
Lua

require "nvchad.options"
local o = vim.o
-- Indenting
o.shiftwidth = 4
o.tabstop = 4
o.softtabstop = 4