]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/options.lua
ssh: set root user for all wrt-*, include those in subdomains now
[dotfiles.git] / 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