disable mouse support

This commit is contained in:
Nick Burt 2023-12-19 13:44:12 -06:00
parent 9eb34622d7
commit 118a47dba4
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ vim.opt.hlsearch = true
vim.opt.incsearch = true
-- Enable mouse mode
vim.opt.mouse = 'a'
vim.opt.mouse = ''
-- Sync clipboard between OS and Neovim.
vim.opt.clipboard = 'unnamedplus'