Files
yadm/.config/nvim/lua/plugins/bitbake.lua
2023-10-19 23:47:02 +02:00

5 lines
89 B
Lua

return {
'kergoth/vim-bitbake', -- Bitbake templates and syntax
ft = { 'bitbake' }
}