Mat
                                            Mat
                                        
                                    https://github.com/liuchengxu/vim-clap
There are some tests, but not really enough. We should add additional test coverage.
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...
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,...
Neovim changed `nvim_add_user_command` to `nvim_create_user_command`, update to latest Neovim if you run into an error relating to this.
API and how it works TBD. This all depends on the resolution of this issue: https://github.com/stevearc/dressing.nvim/issues/22
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...
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',...
- `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...