make norg files more fancy

This commit is contained in:
2024-04-22 19:57:31 -04:00
parent 3ebe12e99d
commit c5a3198d48
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
vim.api.nvim_set_option_value("textwidth",
tonumber(vim.api.nvim_get_option_value("colorcolumn", {})), { buf = 0 })
vim.api.nvim_win_set_option(0, 'colorcolumn', '0') vim.api.nvim_win_set_option(0, 'colorcolumn', '0')

View File

@ -13,7 +13,7 @@ headlines.setup {
"@neorg.headings.5.title", "@neorg.headings.5.title",
"@neorg.headings.6.title" "@neorg.headings.6.title"
}, },
bullets = { "", "", "", "" } bullets = { "", "", "", "" },
}, },
markdown = { markdown = {
headline_highlights = { headline_highlights = {