Minor things

This commit is contained in:
Martin Pander
2025-06-25 15:37:06 +02:00
parent 9f75201e84
commit c736ac9c64
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ vim.opt.syntax = 'on'
vim.opt.encoding = 'utf-8'
vim.opt.completeopt = 'menu,menuone,noselect'
vim.opt.termguicolors = true
vim.opt.conceallevel = 1
----------------------------