changed everything to spaces over tabs.

This commit is contained in:
Gabe Venberg 2024-02-22 16:10:47 -06:00
parent ffefa0fffd
commit 4c63486b4b
24 changed files with 1190 additions and 1190 deletions

View file

@ -10,7 +10,7 @@ vim.g.mapleader = ';'
--helper functions
local function keyCode(string)
return vim.api.nvim_replace_termcodes(str, true, true, true, true)
return vim.api.nvim_replace_termcodes(str, true, true, true, true)
end
--options using vim.opt (aliased, of course.)
@ -82,7 +82,7 @@ opt.showbreak = '↪'
--keyboard mappings
local function optsWithDesc(desc)
return {silent=true, desc=desc}
return {silent=true, desc=desc}
end
local opts = { noremap = true, silent = true }
--toggle spell check