Compare commits
2 commits
44ae117ec8
...
8509db4a6a
Author | SHA1 | Date | |
---|---|---|---|
8509db4a6a | |||
d67b13a6fc |
2 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,7 @@ 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" },
|
||||||
{
|
{
|
||||||
|
|
7
lua/plugins/nvim-justice.lua
Normal file
7
lua/plugins/nvim-justice.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
-- Just
|
||||||
|
return {
|
||||||
|
"chrisgrieser/nvim-justice",
|
||||||
|
keys = {
|
||||||
|
{ "<leader>j", function() require("justice").select() end, desc = "Justice" },
|
||||||
|
},
|
||||||
|
};
|
Loading…
Reference in a new issue