mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
7 lines
95 B
Lua
7 lines
95 B
Lua
-- filetype plugin for satysfi
|
|
-- loaded after
|
|
|
|
-- tab
|
|
vim.o.tabstop = 2
|
|
vim.o.shiftwidth = 2
|
|
|