From: Samir Benmendil Date: Sun, 7 Dec 2025 20:33:43 +0000 (+0000) Subject: nvim: add todo to review clipboard providers X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/172a0e3a1dfb30a5587cdb28d89171fbe27e3fda 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. --- 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