replace intellitab with auto-indent

This commit is contained in:
2023-11-07 23:29:02 -05:00
parent 82cae35f18
commit ed205a9545
3 changed files with 12 additions and 2 deletions

View File

@ -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' },