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