nvim: document uncomment
This commit is contained in:
parent
45df7e4dfd
commit
5020699941
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ return {
|
||||||
{
|
{
|
||||||
"echasnovski/mini.comment",
|
"echasnovski/mini.comment",
|
||||||
keys = {
|
keys = {
|
||||||
{ "<Leader><C-_>", "gcgc", remap = true, silent = true, mode = "n" },
|
{ "<Leader><C-_>", "gcgc", remap = true, silent = true, mode = "n", desc = "Uncomment whole comment" },
|
||||||
{ "<C-_>", "gcc", remap = true, silent = true, mode = "n" },
|
{ "<C-_>", "gcc", remap = true, silent = true, mode = "n" },
|
||||||
{ "<C-_>", "gc", remap = true, silent = true, mode = "v" },
|
{ "<C-_>", "gc", remap = true, silent = true, mode = "v" },
|
||||||
},
|
},
|
||||||
|
|
|
@ -23,10 +23,10 @@ return {
|
||||||
undercurl = true,
|
undercurl = true,
|
||||||
},
|
},
|
||||||
colors = {
|
colors = {
|
||||||
|
-- background = "#0d1219",
|
||||||
|
background = "#11171d",
|
||||||
primary = "#FFECB3",
|
primary = "#FFECB3",
|
||||||
secondary = "#B0BEC5",
|
secondary = "#B0BEC5",
|
||||||
-- background = "#1d2229",
|
|
||||||
background = "#0d1219",
|
|
||||||
|
|
||||||
diagnostic_info = "#00d992",
|
diagnostic_info = "#00d992",
|
||||||
diagnostic_hint = "#00d992",
|
diagnostic_hint = "#00d992",
|
||||||
|
|
Loading…
Reference in a new issue