From b1afab6304f51c2fb4e50b6b3d9aa30562eb89d6 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 28 Jan 2022 17:51:58 +0100 Subject: fix: disable mouse click --- lua/settings/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/settings/options.lua b/lua/settings/options.lua index c48990e..65a4143 100644 --- a/lua/settings/options.lua +++ b/lua/settings/options.lua @@ -9,7 +9,7 @@ local options = { fileencoding = "utf-8", -- the encoding written to a file hlsearch = true, -- highlight all matches on previous search pattern ignorecase = true, -- ignore case in search patterns - mouse = "a", -- allow the mouse to be used in neovim + mouse = "", -- disable the mouse to be used in neovim pumheight = 10, -- pop up menu height showmode = false, -- we don't need to see things like -- INSERT -- anymore showtabline = 2, -- always show tabs -- cgit v1.2.3-70-g09d2