tversteeg / registers.nvim

📑 Neovim plugin to preview the contents of the registers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim(let):E716: Key not present in Dictionary: "rhs"

Karmenzind opened this issue · comments

commented

Please select which platform you are using

Linux

Was this something which used to work for you, and then stopped?

I never saw this working

Describe the bug

NVim raised error when I pressed ".

image

Then it kept showing this error. I had to kill the shell to close NVim.
image

Neovim version

NVIM v0.8.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser

Features: +acl +iconv +tui
See ":help feature-compile"

system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

Setup

local registers = require("registers")

// Nothing. I just leave it empty.
registers.setup({})

Thanks for the bug report. There have been some changes in the mean time, are you still experiencing this problem?

commented

@tversteeg It works fine now. Thanks.