Adjust colorscheme
Dummy workflow to run everything once. No further testing. / build (push) Successful in 20s Details

This commit is contained in:
Nina Chloé Kassandra Reiss 2025-02-03 10:59:33 +00:00
parent d293c265b7
commit 517c055e0b
1 changed files with 1 additions and 1 deletions

View File

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