Mat

Results 101 issues of Mat

https://github.com/liuchengxu/vim-clap

enhancement
help wanted
result-provider

https://github.com/Yggdroot/LeaderF

enhancement
help wanted
result-provider

There are some tests, but not really enough. We should add additional test coverage.

documentation
help wanted

An example: https://github.com/nvim-lualine/lualine.nvim/blob/master/lua/lualine/utils/notices.lua Maybe just show a message via `vim.api.nvim_err_writeln` when there are breaking changes, and inform the user to run a (new) command like `:DashNotices` that will show any...

documentation
enhancement
help wanted

Original request from #26 >my dream feature would be to use the LSP and/or Treesitter to lookup the docs for the method on the correct object type. In other words,...

enhancement
help wanted

Neovim changed `nvim_add_user_command` to `nvim_create_user_command`, update to latest Neovim if you run into an error relating to this.

documentation

API and how it works TBD. This all depends on the resolution of this issue: https://github.com/stevearc/dressing.nvim/issues/22

enhancement
help wanted
blocked

Say you already have keymaps being set up another way, you just want them to be searchable with legendary.nvim. We could load the commands, autocmds, and keymaps through the nvim...

enhancement
help wanted
blocked

Theoretically we should be able to parse a Vimscript keymap in the form: ```VimL vnoremap t :DoSomethingWithLeaderT ``` and convert that into the equivalent legendary keymap table: ```lua { 't',...

enhancement
help wanted

- `nvim --version`: `NVIM v0.7.0-dev+1356-g75ff156d9` - `git --version`: `git version 2.35.1` - Operating system/version: macOS 12.3 - Terminal name/version: Kitty 0.24.4 ### Steps to reproduce 1. Set up git to...

bug