Disable mouse

This commit is contained in:
Olli Vuolteenaho 2023-06-23 16:21:00 +03:00
parent 2510c29d62
commit d024edc2bd
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ vim.o.hlsearch = false
vim.wo.number = true vim.wo.number = true
-- Enable mouse mode -- Enable mouse mode
vim.o.mouse = 'a' vim.o.mouse = ''
-- Sync clipboard between OS and Neovim. -- Sync clipboard between OS and Neovim.
-- Remove this option if you want your OS clipboard to remain independent. -- Remove this option if you want your OS clipboard to remain independent.