nvim-libmodal
nvim-libmodal copied to clipboard
Create new "modes" for Neovim!
I needed the like Layer functionality and was about to white it myself, but found your plugin. But it wasn't working. I tried to amend it, but ended up completely...
``` Error detected while processing LspAttach Autocommands for "*": Error during nvim-libmodal mode: ...ocal/share/nvim/lazy/nvim-libmodal/lua/libmodal/Mode.lua:296: attempt to compare number with string ``` let me be honest, i'm a noob. i don't...
Hi, I'm not sure if this is a Bug or a configuration issue: I use a mode for debugging which for example remaps n to `dap.step_over()` and so on. The...