Fix up neovim deprecations (#40)

This commit is contained in:
Patrick Stevens
2024-03-26 00:27:53 +00:00
committed by GitHub
parent 010498edce
commit a734e7f73f
4 changed files with 16 additions and 17 deletions

View File

@@ -225,7 +225,6 @@ if status then
end
whichkey.register({
-- TODO: this isn't working for the FSI ones - maybe we've moved to a different buffer by the time we ask for the keymap?
[vim.api.nvim_get_var("maplocalleader")] = {
DisplayAllMappingsWithTelescope,
"View all mappings",