1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-17 14:14:47 +01:00

nvim: added lilypond support

This commit is contained in:
2026-03-14 09:22:36 +01:00
parent 1734b04841
commit 63507160ce
4 changed files with 108 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ return {
-- cmp sources
'hrsh7th/cmp-buffer',
'hrsh7th/cmp-path',
'uga-rosa/cmp-dictionary',
'lukas-reineke/cmp-under-comparator',
-- luasnip
{
@@ -69,7 +70,8 @@ return {
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },
{ name = 'buffer' }
{ name = 'buffer' },
{ name = 'dictionary' }
},
formatting = {
format = require("lspkind").cmp_format({