2022-06-18 00:56:41 -04:00

8 lines
130 B
Lua

local o = vim.o
local bo = vim.bo
bo.expandtab = false
bo.tabstop = 8
bo.shiftwidth = 8
bo.autoindent = true
bo.copyindent = true