Added custom scheme settings

This commit is contained in:
2025-12-19 12:18:43 +00:00
parent 920f7921d4
commit 6f6359f015

3
ftplugin/scheme.lua Normal file
View File

@@ -0,0 +1,3 @@
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.keymap.set("i", "'", "'", { buffer = 0 })