From 00d580eb1b7e27836c8711bcda9a5ef709132c79 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 9 Nov 2021 12:34:46 -0800 Subject: [PATCH] Add textobj dependencies for text files --- neovim/lua/plugins.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 58eb1db..419c309 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -122,7 +122,10 @@ return require('packer').startup(function() "preservim/vim-pencil", cmd = {"Pencil"}, } - use "preservim/vim-textobj-sentence" + use { + "preservim/vim-textobj-sentence", + requires = "kana/vim-textobj-user", + } -- Treesitter