kickstart.nvim/lua/custom/plugins/vim-razor.lua

9 lines
86 B
Lua

return {
{
'jlcrochet/vim-razor',
lazy = false,
ft = 'cshtml'
}
}