chore(nvim): fix pdf reader in mac/linux

This commit is contained in:
Afonso Franco 2024-10-07 20:16:38 +01:00
parent 7705907055
commit d6537dce41
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 13 additions and 9 deletions

View file

@ -8,12 +8,6 @@ return {
vim.g.tpipeline_statusline = '%=%l:%c'
end
},
--Better quick fix
{
'kevinhwang91/nvim-bqf',
event = "VeryLazy",
ft = 'qf'
},
{
"j-hui/fidget.nvim",
opts = {
@ -24,6 +18,12 @@ return {
}
},
},
--Better quick fix
{
'kevinhwang91/nvim-bqf',
event = "VeryLazy",
ft = 'qf'
},
{
"OXY2DEV/markview.nvim",
ft = "markdown",