diff --git a/init.lua b/init.lua index 534e25d5..4213278e 100644 --- a/init.lua +++ b/init.lua @@ -28,7 +28,7 @@ vim.g.have_nerd_font = true -- Set to true if you have a Nerd Font installed and vim.opt.number = true vim.opt.relativenumber = true -vim.opt.mouse = 'a' -- Enable mouse mode, can be useful for resizing splits for example! +vim.opt.mouse = 'n' -- Enable mouse mode, can be useful for resizing splits for example! vim.opt.showmode = false -- Don't show the mode, since it's already in the status line -- Sync clipboard between OS and Neovim.