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

This commit is contained in:
2024-10-07 20:16:38 +01:00
parent 7705907055
commit d6537dce41
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",