remember.nvim
remember.nvim copied to clipboard
A port of the Vim plugin vim-lastplace. It uses the same logic as vim-lastplace, but leverages the Neovim Lua API.
I have been playing with your code a bit. I see code as: ``` if options["dont_center"] then config["dont_center"] = options["dont_center"] end ``` Since `dont_center` has true/false value, what you want...
# Description With 'jiaoshijie/undotree' installed at the same time, when the user presses ```u``` for that plugin's functionality, remember.nvim prints error messages such as below and prevents the other plugin...