Compare commits

..

No commits in common. "8509db4a6afb037e84a4134aff90f6b2127194a1" and "44ae117ec87eecaaf58aa460a2e335eeaf6f18c4" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View file

@ -59,7 +59,6 @@ return {
-- { import = "astrocommunity.pack.full-dadbod" }, -- databases -- { import = "astrocommunity.pack.full-dadbod" }, -- databases
{ import = "astrocommunity.pack.html-css" }, { import = "astrocommunity.pack.html-css" },
{ import = "astrocommunity.pack.json" }, { import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.jj" },
{ import = "astrocommunity.pack.just" }, { import = "astrocommunity.pack.just" },
{ import = "astrocommunity.pack.java" }, { import = "astrocommunity.pack.java" },
{ {

View file

@ -1,7 +0,0 @@
-- Just
return {
"chrisgrieser/nvim-justice",
keys = {
{ "<leader>j", function() require("justice").select() end, desc = "Justice" },
},
};