From 5003540c1ebfa04c784d619fb25dcdc80bfaa3c6 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 26 Dec 2023 21:17:25 -0600 Subject: chore: remove unnecessary stuff, tidy up config --- lua/plugins/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins/init.lua') diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 47427b0..59d822a 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -2,8 +2,8 @@ return { -- Git related plugins 'tpope/vim-fugitive', 'tpope/vim-rhubarb', - -- Detect tabstop and shiftwidth automatically - -- luevano: not sure how I feel about this, need to check later + -- Detect tabstop and shiftwidth automatically, + -- uses .editorconfig https://editorconfig.org/ 'tpope/vim-sleuth', -- "gc" to comment visual regions/lines { 'numToStr/Comment.nvim', opts = {} }, -- cgit v1.2.3-54-g00ecf