mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
5 lines
98 B
Lua
5 lines
98 B
Lua
local opts = require("opts")
|
|
opts.matchit_let_in()
|
|
|
|
vim.bo.shiftwidth = 2
|
|
vim.bo.expandtab = true
|