feat(nvim): add autolist.nvim
This commit is contained in:
parent
b1b5e52c86
commit
6fda2d2c69
@ -730,10 +730,18 @@ return packer.startup({
|
|||||||
|
|
||||||
-- Surround actions
|
-- Surround actions
|
||||||
use({
|
use({
|
||||||
'https://github.com/kylechui/nvim-surround.git',
|
"kylechui/nvim-surround",
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-surround").setup({})
|
require("nvim-surround").setup({})
|
||||||
end
|
end,
|
||||||
|
})
|
||||||
|
|
||||||
|
-- Better list continuation
|
||||||
|
use({
|
||||||
|
"gaoDean/autolist.nvim",
|
||||||
|
config = function()
|
||||||
|
require("autolist").setup({})
|
||||||
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Leave at end!!!
|
-- Leave at end!!!
|
||||||
|
Loading…
Reference in New Issue
Block a user