This commit is contained in:
Nina Chloé Kassandra Reiss 2025-02-03 10:57:31 +00:00
parent 15720ff6b2
commit 129d5edf66
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ vim.opt.encoding = "UTF-8"
vim.opt.conceallevel = 2 vim.opt.conceallevel = 2
vim.g.tex_flavor = "latex" vim.g.tex_flavor = "latex"
vim.opt.showmatch = true vim.opt.showmatch = true
vim.opt.colorscheme = "murphy"
-- Spell -- Spell
vim.opt.spell = true vim.opt.spell = true