from-scratch rewrite #1

Open
kenobi wants to merge 29 commits from from-scratch into master
Showing only changes of commit f17b2cd074 - Show all commits

View File

@ -1,5 +1,6 @@
vim.opt.langmap = "+]ü[" vim.opt.langmap = "+]ü["
vim.keymap.set("n", "ü", "[", {remap=true}) vim.keymap.set("n", "ü", "[", {remap=true})
vim.keymap.set("n", "Ü", "]", {remap=true})
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4