feat: disable mouse

This commit is contained in:
Carlos Hurtado 2024-04-30 18:46:17 -06:00
parent fb544d4522
commit dc8b2f78e0
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ P.S. You can delete this when you're done too. It's your config now! :)
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- Disable mouse mode
vim.o.mouse = ''
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false