chore(nvim): popup mode

main
sudo pacman -Syu 2023-10-06 02:13:12 +07:00
parent 0e02c52a3b
commit 43fbed9266
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ end
-- Mouse support
vim.opt.mouse = "a"
vim.opt.mousemodel = "extend"
vim.opt.mousemodel = "popup"
vim.opt.mousescroll = "ver:4,hor:6"
-- Workaround