nvim: organize sort-motion dependency
This commit is contained in:
parent
cc8b798c9e
commit
f61761cc56
1 changed files with 4 additions and 1 deletions
|
@ -346,13 +346,16 @@ return require('packer').startup({function()
|
||||||
-- Conveniences
|
-- Conveniences
|
||||||
use { -- sort motion: (gs)
|
use { -- sort motion: (gs)
|
||||||
'christoomey/vim-sort-motion',
|
'christoomey/vim-sort-motion',
|
||||||
|
requires = 'navicore/vissort.vim', -- config requires
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
"let g:sort_motion_flags = 'i'
|
"let g:sort_motion_flags = 'i'
|
||||||
let g:sort_motion_visual_block_command = 'Vissort'
|
let g:sort_motion_visual_block_command = 'Vissort'
|
||||||
]]
|
]]
|
||||||
end,
|
end,
|
||||||
requires = 'navicore/vissort.vim', -- config requires
|
}
|
||||||
|
use { -- vissort: "Visual Sort" - sort based on selected characters
|
||||||
|
'navicore/vissort.vim',
|
||||||
}
|
}
|
||||||
use { -- ghost: Web browser integration
|
use { -- ghost: Web browser integration
|
||||||
'raghur/vim-ghost',
|
'raghur/vim-ghost',
|
||||||
|
|
Loading…
Add table
Reference in a new issue