From 255e7c40af44aeedf19a3ca682cfc8a098266e8a Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 Jul 2024 17:46:18 -0400 Subject: remove indent options defaults are fine for these --- lua/getchoo/init.lua | 6 ------ 1 file changed, 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 -- cgit v1.2.3