From 91e34f9c70cbeb918bc2d9263540a4bb8f1c5a3f Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sat, 7 Jan 2023 18:34:05 -0500 Subject: [PATCH] nvim: disable mouse --- modules/cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/default.nix b/modules/cli/default.nix index 217c600..3bb7f43 100644 --- a/modules/cli/default.nix +++ b/modules/cli/default.nix @@ -126,6 +126,7 @@ vim-nix ]; customRC = '' + set mouse= set encoding=utf-8 scriptencoding utf-8 set list nowrap scrolloff=9 updatetime=300 number