neovim: keytrail
This commit is contained in:
parent
a84de156ae
commit
ec5ce83fe0
2 changed files with 9 additions and 0 deletions
|
|
@ -92,6 +92,14 @@ return {
|
|||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"jfryy/keytrail.nvim",
|
||||
url = "https://github.com/jdkaplan/keytrail.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
opts = {
|
||||
key_mapping = '<Space>j',
|
||||
},
|
||||
},
|
||||
|
||||
-- Treesitter
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue