From ebf9d2d1c4682068f5116f7efc1568ce5adf4f1b Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 7 Nov 2023 23:29:02 -0500 Subject: replace intellitab with auto-indent --- lua/core/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core') diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 05a5eee..db20075 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -35,7 +35,7 @@ require 'dep' { url = 'https://git.squi.bid/git-yodel' }, { 'chentoast/marks.nvim' }, -- marks in gutter - { 'pta2002/intellitab.nvim' }, -- better tabbing into indents + { 'vidocqh/auto-indent.nvim' }, -- better tabbing into indents { 'mbbill/undotree' }, -- careful this one is written in vimscript { 'dhruvasagar/vim-table-mode' }, -- same with this one { 'windwp/nvim-autopairs' }, -- cgit v1.2.1