Replies: 1 comment 8 replies
-
You're looking for vim.options to manually set (Neo)vim options that modify clipboard behaviour. We have found over time that abstractions over basic Neovim options cause more confusion than they provide they efficiency, and some of those have been removed--as Please note that Nixvim does not dictate our design choices; I do not aim to provide a Nixvim alternative, and as such module options tend to diverge drastically. That said, I do see some value in providing a small module for configuring Neovim's clipboard, possibly as a direct replacement to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I am running the standard config (not maximal) on NixOS, I see the clipboard provider does not come pre-configured since it is considered optional. That is ok, but the manual for nvf does not mention at any point clipboard - it would be great to have a paragraph with a suggested config for those who want this optional feature.
After digging into the options I found
vim.useSystemClipboard = true;
, but even that does not make the clipboard tool found oncheckhealth
.The other options
[vim.filetree.nvimTree.setupOpts.actions.use_system_clipboard](https://notashelf.github.io/nvf/options.html#opt-vim.filetree.nvimTree.setupOpts.actions.use_system_clipboard)
and vim.ui.breadcrumbs.navbuddy.mappings.yankName do not seem related.I am used to enabling it on
nixvim
with options:Is this part not implemented on nvf or I am missing something?
Beta Was this translation helpful? Give feedback.
All reactions