mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:16:43 +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",
|
"preservim/vim-pencil",
|
||||||
cmd = {"Pencil"},
|
cmd = {"Pencil"},
|
||||||
}
|
}
|
||||||
use "preservim/vim-textobj-sentence"
|
use {
|
||||||
|
"preservim/vim-textobj-sentence",
|
||||||
|
requires = "kana/vim-textobj-user",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
-- Treesitter
|
-- Treesitter
|
||||||
|
Loading…
Reference in New Issue
Block a user