Files
config.nvim/lua/editer/text.lua

4 lines
68 B
Lua
Raw Normal View History

2025-01-16 20:24:15 +00:00
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true