Enable mouse menu (for real this time)

This commit is contained in:
2023-09-15 22:41:32 +02:00
parent 9bf8b587e7
commit 13b0b14c26
+1 -1
View File
@@ -18,7 +18,7 @@ vim.opt.cursorline = true
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.mouse = "a"
vim.opt.mousemodel = "extend"
vim.opt.mousemodel = "popup"
vim.opt.fillchars:append("diff: ")
vim.opt.splitbelow = true
vim.opt.splitright = true