summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 1188b59..b9a8943 100644
--- a/init.lua
+++ b/init.lua
@@ -15,6 +15,7 @@ require 'user.bufferline'
require('feline').setup({preset = 'noicon'})
+vim.cmd([[set mouse=]])
-- When editing a file, always jump to the last known cursor position.
-- Don't do it when the position is invalid or when inside an event handler
-- (happens when dropping a file on gvim).