mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-17 14:14:47 +01:00
nvim: minor fixes for lilypond plugin
This commit is contained in:
@@ -54,4 +54,8 @@ if vim.b.first_start_lilypond then
|
|||||||
end
|
end
|
||||||
vim.b.first_start_lilypond = true
|
vim.b.first_start_lilypond = true
|
||||||
|
|
||||||
vim.cmd.Viewer()
|
vim.schedule(function()
|
||||||
|
if vim.fn.exists(":Viewer") == 2 then
|
||||||
|
vim.cmd.Viewer()
|
||||||
|
end
|
||||||
|
end)
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
-- lillypond integration
|
-- lillypond integration
|
||||||
"martineausimon/nvim-lilypond-suite",
|
"martineausimon/nvim-lilypond-suite",
|
||||||
|
ft = "lilypond",
|
||||||
dependencies = "uga-rosa/cmp-dictionary",
|
dependencies = "uga-rosa/cmp-dictionary",
|
||||||
config = function()
|
config = function()
|
||||||
require("nvls").setup({
|
require("nvls").setup({
|
||||||
|
|||||||
Reference in New Issue
Block a user