Skip to content

Commit 2de5d74

Browse files
committed
feat: markdown rendering tune ups
1 parent 41e344a commit 2de5d74

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

nvim-user-config/lua/plugins/user.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ return {
8787
---@type render.md.UserConfig
8888
opts = {
8989
latex = { enabled = false },
90-
file_types = { "markdown", "md", "codecompanion" },
90+
file_types = { "markdown", "md", "codecompanion", "AgenticChat", "AgenticInput", "AgenticCode", "AgenticFiles" },
9191
render_modes = { "n", "no", "c", "t", "i", "ic" },
9292
checkbox = {
9393
enable = true,
@@ -147,6 +147,9 @@ return {
147147
-- "██████ ",
148148
-- },
149149
},
150+
bullet = {
151+
icons = { "", "", "", "" },
152+
},
150153
},
151154
},
152155
{

nvim-user-config/spell/en.utf-8.add

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ Coursera's
1515
SLAs
1616
EES
1717
Coursera
18+
kbd
19+
Esc
20+
OSX
21+
Karabiner
22+
Karabiner-Elements
23+
json
101 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)