This commit is contained in:
2025-10-13 12:47:24 -07:00
parent 416f19d0a5
commit 06f1e9b2fb
6 changed files with 33 additions and 12 deletions

View File

@@ -152,6 +152,8 @@ vim.wo.relativenumber = true
vim.keymap.set("n", "<C-tab>", "gt")
vim.keymap.set("n", "<CS-tab>", "gT")
vim.opt.langmap:append("-fsrbkuiopxtedgyhnjawlcvqm';qwertyuiopasdfgljkhzxcvbnm\\;")
opt.tabstop = 2
opt.shiftwidth = 2
opt.expandtab = true