feat: Switch from spaces to tabs for indenting my config
This commit is contained in:
parent
cf9f8c40fc
commit
f073cca3b6
17 changed files with 480 additions and 476 deletions
|
@ -1,8 +1,8 @@
|
|||
vim.api.nvim_create_autocmd("TermOpen", {
|
||||
group = vim.api.nvim_create_augroup("UserTerminalConfig", {}),
|
||||
callback = function(ev)
|
||||
vim.opt_local.spell = false
|
||||
end,
|
||||
group = vim.api.nvim_create_augroup("UserTerminalConfig", {}),
|
||||
callback = function(ev)
|
||||
vim.opt_local.spell = false
|
||||
end,
|
||||
})
|
||||
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue