]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: add todo to review clipboard providers
authorSamir Benmendil <me@rmz.io>
Sun, 7 Dec 2025 20:33:43 +0000 (20:33 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 7 Dec 2025 21:27:00 +0000 (21:27 +0000)
This has been here locally for a while, I assume it relates to checking
out remote clipboard support.

nvim/lua/config/options.lua

index aeaca61d63544aa9a3cd28b6bc604a4d647ec73a..31f96b7e47e9e90415e53ba51ce3f46bdf518fb9 100644 (file)
@@ -20,6 +20,9 @@ vim.diagnostic.config({ virtual_text = false })
 -- TODO: also try noinsert
 opt.completeopt = "menu,menuone,noselect"
 
+-- TODO: review clipboard providers
+-- :help provider-clipboard
+
 -- Some settings taken from LazyVim's default options
 opt.pumblend = 10 -- Popup blend
 opt.pumheight = 10 -- Maximum number of entries in a popup