Files
nvim.config/lua/options.lua

7 lines
91 B
Lua

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