Jordan Mandel
Jordan Mandel
thanks it works for me now
ok there was a plugin that was in conflict; but now instead of opening a new buffer like the tutorial claims, the debuffing info is shown below the frame in...
I could do a pull request to change the tutorial/documentation but I'd want other people to confirm this behavior first. The reason is I think an actual buffer may have...
Hi! Thanks for your response, especially the insight into minimalist philosophy of the plugin. Of the three points of customization, my proposed changes focus on the configuration generation step. I'd...
Hi! to answer your questions: 1) Can the environment become invalid? The environment can definitely become invalid; if all target repls are closed the environment is not valid anymore, and...
commented on PR #421, recommending merge. making this autocommand optional would require slightly in-depth changes. For now I recommend both `g:slime_suggest_default = 0` and `g:slime_menu_config = 0`; that will remove...
Hi! My clipboard at provider was at first `xsel`. Uninstalled `xsel` and then it was `xclip`. Uninstalled that and then it was `lemonade` which is supposed to work across ssh...
Solved the problem in my config for now. I previously had `vim.opt.clipboard = 'unnamedplus'` in a file called by my main `init.lua`. I moved this to the end of the...
I mentioned [this issue](https://github.com/gbprod/yanky.nvim/issues/104) saying that I couldn't reproduce it, but now I see it happening on MacOs. Will check on arch later, and further comment on that issue.
If you can reproduce this and it is difficult to solve you might just make a note of this issue in the readme/documentation