diff options
| -rw-r--r-- | lua/getchoo/init.lua | 6 |
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 |
