added markdown rendering

This commit is contained in:
finnwritesdall 2025-07-18 13:49:08 +10:00
parent 211beb02bd
commit 2393147fa7
3 changed files with 23 additions and 12 deletions

View file

@ -13,6 +13,7 @@ vim.g.have_nerd_font = true
-- Indent options.
vim.o.sts = 2
vim.o.ts = 2
vim.o.sw = 0
-- Make line numbers default
vim.o.number = true
-- You can also add relative line numbers, to help with jumping.