refactor(nvim): migrate to new keymap API

This commit is contained in:
Stefan Imhoff
2022-11-06 10:54:01 +01:00
parent bcc8549723
commit fa858d2ba9
10 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ if not cmp_status_ok then
return
end
local keymap = vim.api.nvim_set_keymap
local keymap = vim.keymap.set
local opts = { noremap = true, silent = true }
fzf_lua.setup({