summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/getchoo/init.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/getchoo/init.lua b/lua/getchoo/init.lua
deleted file mode 100644
index ca4fc6b..0000000
--- a/lua/getchoo/init.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-local g = vim.g
-local opt = vim.opt
-
-g.mapleader = ","
-
-opt.shiftwidth = 2
-
--- line stuff
-opt.number = true
-opt.wrap = true
-
--- ui
-opt.mouse = "a"
-opt.showmode = false -- status line does this