master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 79486cd892 - Show all commits

View File

@@ -13,6 +13,7 @@ utils.opt('o', 'guifont', 'JetBrainsMono Nerd Font:h9')
utils.opt('o', 'swapfile', false)
utils.opt('o', 'backup', false)
utils.opt('o', 'spelllang', 'en,de')
utils.opt('o', 'completeopt', 'menu,menuone,noselect')
local indent = 2
utils.opt('b', 'expandtab', true)
utils.opt('b', 'shiftwidth', indent)