This commit is contained in:
2026-07-16 21:31:20 +02:00
parent 3f4f5e47d8
commit 7ec4793c19
6 changed files with 16 additions and 10 deletions

3
after/ftplugin/scala.lua Normal file
View File

@ -0,0 +1,3 @@
vim.bo.shiftwidth = 4
vim.bo.tabstop = 4
vim.bo.softtabstop = 4