-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello,
i have a problem with JABS, when i run it (like :JABSOpen), i get an error.
For plugins i use Lazy.
This is my neovim lua config for JABS:
...
{"matbme/JABS.nvim",
keys = {
{ "<leader>b", "<cmd>JABSOpen<CR>" },
},
config = function ()
require("jabs").setup ({
position = {"center", "center"},
border = 'single',
keymap = {
close = "d",
h_split = "h",
v_split = "v",
preview = "p",
},
use_devicons = true
})
end},
...
This is error message:
E5108: Error executing lua ~/.local/share/nvim/lazy/JABS.nvim/lua/jabs.lua:546: Invalid 'group': 'JABS'
stack traceback:
[C]: in function 'nvim_clear_autocmds'
~.local/share/nvim/lazy/JABS.nvim/lua/jabs.lua:546: in function 'close'
~.local/share/nvim/lazy/JABS.nvim/lua/jabs.lua:621: in function 'open'
[string ":lua"]:1: in main chunk
Metadata
Metadata
Assignees
Labels
No labels