Fix fugitive mappings, add tpope and just file plugins
This commit is contained in:
5
lua/plugins/just.lua
Normal file
5
lua/plugins/just.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
"NoahTheDuke/vim-just",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
ft = { "\\cjustfile", "*.just", ".justfile" },
|
||||
}
|
||||
Reference in New Issue
Block a user