nvim-justice: return empty object to prevent error on startup
Only ever saw the error once.
This commit is contained in:
parent
3328ecf481
commit
bae96db785
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
-- Just
|
-- Just
|
||||||
return {
|
return {
|
||||||
"chrisgrieser/nvim-justice",
|
-- "chrisgrieser/nvim-justice",
|
||||||
keys = {
|
-- keys = {
|
||||||
{ "<leader>j", function() require("justice").select() end, desc = "Justice" },
|
-- { "<leader>j", function() require("justice").select() end, desc = "Justice" },
|
||||||
},
|
-- },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue