tangled
alpha
login
or
join now
olexsmir.xyz
/
init.lua
my neovim config, who would've thought
0
fork
atom
overview
issues
pulls
pipelines
feat(checkmate.nvim): add next tag
olexsmir.xyz
5 months ago
f1bf6489
d7db507e
verified
This commit was signed with the committer's
known signature
.
olexsmir.xyz
SSH Key Fingerprint:
SHA256:jgjvU+VRvs7Yb9C55lzTM6bl00jEQeRWSryXOXw8taw=
options
unified
split
Changed files
+3
lua
plugins
core.lua
+3
lua/plugins/core.lua
···
17
17
keys = {
18
18
["<localleader>t"] = { rhs = "<cmd>Checkmate toggle<CR>" },
19
19
},
20
20
+
metadata = {
21
21
+
next = { style = { fg = "#9fddff" } },
22
22
+
},
20
23
},
21
24
},
22
25
{