fix: remove nvim mouse as it is in the defaults
This commit is contained in:
parent
d02a35cc54
commit
41a49ceefd
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ vim.o.ignorecase = true
|
||||||
vim.o.smartcase = true
|
vim.o.smartcase = true
|
||||||
|
|
||||||
vim.o.guicursor = ""
|
vim.o.guicursor = ""
|
||||||
vim.o.mouse = "a"
|
|
||||||
|
|
||||||
vim.o.suffixes = vim.o.suffixes .. ",.pyc"
|
vim.o.suffixes = vim.o.suffixes .. ",.pyc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue