diff options
author | Anthony Wang | 2023-07-07 19:14:49 +0000 |
---|---|---|
committer | Anthony Wang | 2023-07-07 19:14:49 +0000 |
commit | 560c826750112ea9bb68fd194959c3d68135b66a (patch) | |
tree | 9fa43d3ca9350c5ac0ff01d196394153a9441579 | |
parent | 4d57a832ca2120349a4606cda53c3cde47014c27 (diff) |
Delete nvim config since mouse is on by default now and the mouse is awesome!
-rw-r--r-- | nvim/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua deleted file mode 100644 index 9e10a03..0000000 --- a/nvim/init.lua +++ /dev/null @@ -1 +0,0 @@ -vim.opt.mouse = "a" |