Fix fugitive mappings, add tpope and just file plugins

This commit is contained in:
2023-12-01 15:26:02 -05:00
parent f8c7f59faf
commit 2d6153eab9
5 changed files with 41 additions and 14 deletions

5
lua/plugins/just.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
"NoahTheDuke/vim-just",
event = { "BufReadPre", "BufNewFile" },
ft = { "\\cjustfile", "*.just", ".justfile" },
}