Disable mouse options for neovim

This commit is contained in:
Sonny Bakker 2025-04-07 20:45:29 +02:00
parent c8ee2a0623
commit 3820b79faf

View file

@ -59,5 +59,8 @@ vim.g.loaded_netrwPlugin = 1
vim.o.exrc = true
vim.o.secure = true
-- disable mouse options
vim.opt.mouse = ''
-- python interpreter
vim.g.python3_host_prog = '/usr/bin/python3'