1
0
Fork 0
neovim-config/lua/plugins/filetypes.lua

12 lines
126 B
Lua
Raw Normal View History

2024-09-19 12:58:41 -03:00
return {
{
"projectfluent/fluent.vim"
},
{
"https://github.com/isobit/vim-caddyfile",
},
{
"towolf/vim-helm",
}
}