diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-07 23:29:02 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-07 23:29:02 -0500 |
commit | ebf9d2d1c4682068f5116f7efc1568ce5adf4f1b (patch) | |
tree | 72ac6ca362d4a8218a87593047407e70721a7671 /lua | |
parent | e0ee8e36113c7cd8c344415b1af5b2a58de3cdb3 (diff) | |
download | nvim-ebf9d2d1c4682068f5116f7efc1568ce5adf4f1b.tar.gz nvim-ebf9d2d1c4682068f5116f7efc1568ce5adf4f1b.tar.bz2 nvim-ebf9d2d1c4682068f5116f7efc1568ce5adf4f1b.zip |
replace intellitab with auto-indent
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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' }, |