Add liquidsoap plugin
This commit is contained in:
parent
0d646f0d7d
commit
4dd9b137eb
|
@ -1,3 +1,4 @@
|
||||||
vim.filetype.add({
|
vim.filetype.add({
|
||||||
extension = { ha = "hare" },
|
extension = { ha = "hare" },
|
||||||
|
extension = { liq = "liquidsoap" }
|
||||||
})
|
})
|
||||||
|
|
|
@ -107,6 +107,9 @@ local function init()
|
||||||
'nvim-lua/plenary.nvim'
|
'nvim-lua/plenary.nvim'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- liquidsoap syntax Highlight
|
||||||
|
use 'mcfiredrill/vim-liquidsoap'
|
||||||
end
|
end
|
||||||
|
|
||||||
local plugins = setmetatable({}, {
|
local plugins = setmetatable({}, {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user