make norg files more fancy
This commit is contained in:
parent
3ebe12e99d
commit
c5a3198d48
2 changed files with 3 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ headlines.setup {
|
|||
"@neorg.headings.5.title",
|
||||
"@neorg.headings.6.title"
|
||||
},
|
||||
bullets = { "", "", "", "" }
|
||||
bullets = { "", "", "", "" },
|
||||
},
|
||||
markdown = {
|
||||
headline_highlights = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue