fix(browser): zen by default
This commit is contained in:
parent
004e0d3e9a
commit
772322333c
3 changed files with 7 additions and 3 deletions
|
|
@ -153,7 +153,7 @@ return {
|
|||
'barrettruth/pending.nvim',
|
||||
before = function()
|
||||
vim.g.pending = {
|
||||
debug = true,
|
||||
debug = false,
|
||||
data_path = (os.getenv('XDG_STATE_HOME') or (os.getenv('HOME') .. '/.local/state')) .. '/nvim/pending/tasks.json',
|
||||
date_format = '%d/%m/%y',
|
||||
date_syntax = 'd',
|
||||
|
|
@ -336,7 +336,7 @@ return {
|
|||
end,
|
||||
})
|
||||
vim.g.preview = {
|
||||
debug = '/tmp/preview.log',
|
||||
debug = false,
|
||||
github = true,
|
||||
typst = { open = { 'sioyek', '--new-instance' } },
|
||||
plantuml = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue