Sam

Results 17 issues of Sam

### Problem Read the title. ### Steps to reproduce ```lua -- minimal.lua local ns = vim.api.nvim_create_namespace("a") vim.ui_attach(ns, { ext_cmdline = true }, function() end) vim.cmd("echo \"---------------- - This text is...

bug
ui-extensibility
messages

Operator-pending mode still doesn't work, because i am not sure how it's supposed to work. I added comments starting with `WIP:` for things that still need discussion. Fix: #58 Fix:...

I used `seq("=", ...)` because `command("=", ...)` didn't work. ```diff diff --git a/grammar.js b/grammar.js index 29f07e4..424fd88 100644 --- a/grammar.js +++ b/grammar.js @@ -307,7 +307,11 @@ module.exports = grammar({ colorscheme_statement: ($)...

The ci is failing because of this on master.

I am not sure if this is the best way to allow the user to fix the issue. Fixes https://github.com/folke/noice.nvim/issues/769.

fixes #106 Because you can make the preceded characters and set them to "" to disable the plugin: ```lua v = { j = { j = { k =...