style: remove references to Neovim 0.10

This commit is contained in:
Folke Lemaitre
2025-09-17 07:14:37 +02:00
parent 919c9e5d09
commit 64ee23f38f
3 changed files with 4 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ local opt = vim.opt
opt.autowrite = true -- Enable auto write
-- only set clipboard if not in ssh, to make sure the OSC 52
-- integration works automatically. Requires Neovim >= 0.10.0
-- integration works automatically.
opt.clipboard = vim.env.SSH_TTY and "" or "unnamedplus" -- Sync with system clipboard
opt.completeopt = "menu,menuone,noselect"
opt.conceallevel = 2 -- Hide * markup for bold and italic, but not markers with substitutions