chore(nvim): fix pdf reader in mac/linux
This commit is contained in:
parent
7705907055
commit
d6537dce41
3 changed files with 13 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue