Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

[Question] Cant figure out the example, opening PDFs #74

Open
LamprosPitsillos opened this issue Feb 22, 2022 · 0 comments
Open

[Question] Cant figure out the example, opening PDFs #74

LamprosPitsillos opened this issue Feb 22, 2022 · 0 comments

Comments

@LamprosPitsillos
Copy link

Tried following the example given to have nvim open pdfs in zathura instead of binary form but nothing happens,expect from nvim opening the pdf in binary.
Am I doing something incorrectly or am I completely misunderstanding how this feature of the plugin works?

require("filetype").setup({
	function_extensions = {
		["pdf"] = function()
			vim.bo.filetype = "pdf"
			-- Open in PDF viewer automatically
			vim.fn.jobstart("zathura " .. '"' .. vim.fn.expand("%") .. '"')
		end,
	},
})

Running the command from the opened buffer works fine.
:lua vim.fn.jobstart("zathura " .. '"' .. vim.fn.expand("%") .. '"')

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant