added awesome vim-indent-object plugin

This commit is contained in:
Ivar Fatland
2023-11-16 18:26:23 +01:00
parent 4b857e358e
commit 903e2666a7
+1 -1
View File
@@ -116,7 +116,7 @@ local function packer_startup(use)
} }
use 'folke/zen-mode.nvim' -- For centering the text on screen giving a better editing experience in full-screen mode. use 'folke/zen-mode.nvim' -- For centering the text on screen giving a better editing experience in full-screen mode.
use 'michaeljsmith/vim-indent-object' -- Treats lines of the same indentation as a new text object, access with i and I.
if packer_bootstrap then --Comes after packages if packer_bootstrap then --Comes after packages
require('packer').sync() require('packer').sync()