make norg files more fancy

This commit is contained in:
2024-04-22 19:57:31 -04:00
parent 058379b907
commit bef886371f
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')

View File

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