Enable mouse in insert mode
This commit is contained in:
parent
8c16cb127c
commit
2b07f2e07b
|
@ -5,7 +5,7 @@ vim.g.python_indent = {
|
|||
continue = 'shiftwidth()',
|
||||
closed_paren_align_last_line = 'v:false',
|
||||
}
|
||||
vim.opt.mouse = "nv"
|
||||
vim.opt.mouse = "nvi"
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
|
Loading…
Reference in a new issue