neovim: fix mouse select crap

This commit is contained in:
Aaron Bieber 2022-10-03 09:29:29 -06:00
parent 0a7d8a08bc
commit 28dcded763
No known key found for this signature in database

View File

@ -5,7 +5,7 @@ local cmd = vim.cmd
cmd("syntax off");
cmd("set nolist");
cmd("set ruler");
cmd("set mouse-=a");
cmd("set mouse-=n");
require("compe").setup {
enabled = true;