Remove mouse from neovim

This commit is contained in:
flyingscorpio@clevo 2022-10-28 11:07:12 +02:00
parent 4ff702c94c
commit 7a6c814e2a

View file

@ -4,6 +4,7 @@ vim.g.python3_host_prog = '/usr/bin/python3'
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.mouse = ''
vim.opt.spelllang = { 'en', 'fr' }
vim.opt.showcmd = true -- show command in bottom bar
vim.opt.cursorline = true -- highlight current line