From 172a0e3a1dfb30a5587cdb28d89171fbe27e3fda Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 7 Dec 2025 20:33:43 +0000 Subject: [PATCH 1/1] nvim: add todo to review clipboard providers This has been here locally for a while, I assume it relates to checking out remote clipboard support. --- nvim/lua/config/options.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index aeaca61..31f96b7 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua @@ -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 -- 2.51.2