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