Merge stash

This commit is contained in:
2025-12-07 00:46:32 +01:00
parent 1437d1826e
commit 09bb156e47
11 changed files with 543 additions and 602 deletions

View File

@@ -39,9 +39,9 @@ vim.g.neovide_remember_window_size = 0
vim.opt.listchars = { tab = "", trail = "¬" }
vim.opt.list = true
vim.opt.tabstop=2
vim.opt.shiftwidth=2
vim.opt.softtabstop=2
vim.opt.tabstop=4
vim.opt.shiftwidth=4
vim.opt.softtabstop=4
vim.opt.expandtab = true

View File

@@ -57,6 +57,7 @@ return { {
completions = { blink = { enabled = true } },
render_modes = { 'n', 'c', 't' },
},
enabled = false
},
{
'Thiago4532/mdmath.nvim',