Remove mouse from neovim
This commit is contained in:
parent
4ff702c94c
commit
7a6c814e2a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue