diff --git a/roles/neovim/files/lua/options.lua b/roles/neovim/files/lua/options.lua index 23def7d..367e6dc 100644 --- a/roles/neovim/files/lua/options.lua +++ b/roles/neovim/files/lua/options.lua @@ -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