Change some things

This commit is contained in:
2026-02-16 18:04:21 -03:00
parent a999be76f2
commit 0b65c3ff8e
2 changed files with 5 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ return {
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
wrap = false, -- sets vim.opt.wrap
expandtab = false,
cursorline = false,
tabstop = 8,
shiftwidth = 8,
showtabline = 8,

View File

@@ -0,0 +1,4 @@
return {
"MeanderingProgrammer/render-markdown.nvim",
lazy = false
}