mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-05-01 18:11:39 +02:00
nvim: minor fixes for lilypond plugin
This commit is contained in:
@@ -54,4 +54,8 @@ if vim.b.first_start_lilypond then
|
||||
end
|
||||
vim.b.first_start_lilypond = true
|
||||
|
||||
vim.cmd.Viewer()
|
||||
vim.schedule(function()
|
||||
if vim.fn.exists(":Viewer") == 2 then
|
||||
vim.cmd.Viewer()
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user