moved custom plugins to seperate folder
This commit is contained in:
parent
65c756629e
commit
7f6cc1833c
8 changed files with 126 additions and 116 deletions
8
lua/custom/plugins/vim-razor.lua
Normal file
8
lua/custom/plugins/vim-razor.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
'jlcrochet/vim-razor',
|
||||
lazy = false,
|
||||
ft = 'cshtml'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue