mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-05-10 00:11:44 +01:00
Added pig and hive support to languages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{
|
||||
"autowitch/hive.vim",
|
||||
ft = "hive",
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{
|
||||
"motus/pig.vim",
|
||||
ft = "pig",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user