Vanilla
This commit is contained in:
parent
15720ff6b2
commit
129d5edf66
|
@ -17,6 +17,7 @@ vim.opt.encoding = "UTF-8"
|
|||
vim.opt.conceallevel = 2
|
||||
vim.g.tex_flavor = "latex"
|
||||
vim.opt.showmatch = true
|
||||
vim.opt.colorscheme = "murphy"
|
||||
|
||||
-- Spell
|
||||
vim.opt.spell = true
|
||||
|
|
Loading…
Reference in New Issue