fix: remove nvim mouse as it is in the defaults
This commit is contained in:
parent
d02a35cc54
commit
41a49ceefd
@ -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…
Reference in New Issue
Block a user