update to autoexec and neovim

This commit is contained in:
s0wlz (Matthias Puchstein)
2025-12-27 14:25:37 +01:00
parent d6acd0b13f
commit 8698175e6b
13 changed files with 28 additions and 144 deletions

View File

@@ -1,5 +1,6 @@
if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- This will run last in the setup process.
-- This is just pure lua so anything that doesn't
-- fit in the normal config locations above can go here
-- Set the conceal level for prettier formatting in LaTeX and Markdown
vim.opt.conceallevel = 2