Compare commits

...

2 commits

2 changed files with 8 additions and 0 deletions

View file

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

View file

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