mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-04 19:06:56 +00:00
Add textobj dependencies for text files
This commit is contained in:
parent
4499dab62b
commit
00d580eb1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user