mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-02-11 03:13:28 +00:00
Added pig and hive support to languages
This commit is contained in:
6
lua/plugins/lang/hive.lua
Normal file
6
lua/plugins/lang/hive.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{
|
||||
"autowitch/hive.vim",
|
||||
ft = "hive",
|
||||
},
|
||||
}
|
||||
6
lua/plugins/lang/pig.lua
Normal file
6
lua/plugins/lang/pig.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{
|
||||
"motus/pig.vim",
|
||||
ft = "pig",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user