disable mouse support
This commit is contained in:
parent
9eb34622d7
commit
118a47dba4
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue