disable mouse

pull/1300/head
David Hendén 5 months ago
parent 7b272cb13b
commit cd5250ea4a

@ -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.

Loading…
Cancel
Save