diff options
| author | seth <[email protected]> | 2024-07-16 19:04:27 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-16 22:24:21 -0400 |
| commit | 2e7e1ce219b43bb74f67875200dd4b68758ffd27 (patch) | |
| tree | 11ca91f55aa47c5b341aaf65f3626c9681a22b07 /lua | |
| parent | 255e7c40af44aeedf19a3ca682cfc8a098266e8a (diff) | |
back to nixvim againnixvim-again
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/getchoo/init.lua | 14 |
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 |
