summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-16 17:46:18 -0400
committerseth <[email protected]>2024-07-16 17:52:37 -0400
commit255e7c40af44aeedf19a3ca682cfc8a098266e8a (patch)
treef10e22c631b6110669c4066ea2bcde4c31cbf2c7 /lua
parent5cc87832addd9a14088ab5b8d290ced1c5ffbed3 (diff)
remove indent options
defaults are fine for these
Diffstat (limited to 'lua')
-rw-r--r--lua/getchoo/init.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/getchoo/init.lua b/lua/getchoo/init.lua
index 82c57f3..ca4fc6b 100644
--- a/lua/getchoo/init.lua
+++ b/lua/getchoo/init.lua
@@ -3,13 +3,7 @@ local opt = vim.opt
g.mapleader = ","
--- indent shenanigans
opt.shiftwidth = 2
-opt.tabstop = 2
-opt.expandtab = false
----- https://www.reddit.com/r/neovim/comments/14n6iiy/if_you_have_treesitter_make_sure_to_disable
----- TLDR: this breaks things with treesitter indent
-opt.smartindent = false
-- line stuff
opt.number = true