[development] More TS dev fixes, adds direnv. Fixes some markdown rendering.

This commit is contained in:
2025-05-01 12:19:54 -07:00
parent 8884bd51fd
commit 2643d3801f
8 changed files with 69 additions and 16 deletions

View File

@@ -35,5 +35,9 @@ return {
date_format = "%Y-%m-%d",
time_format = "%H:%M",
},
ui = {
-- Disable the UI features and let render-markdown.nvim handle it.
enable = false,
},
},
}