feat: vim-arsync

This commit is contained in:
Noa Aarts 2024-06-24 20:46:34 +02:00
parent 3a80d0c428
commit d48a67a329

View file

@ -711,6 +711,8 @@ require("lazy").setup({
-- Highlight todo, notes, etc in comments -- Highlight todo, notes, etc in comments
{ "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim" }, opts = { signs = false } }, { "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim" }, opts = { signs = false } },
{ "kenn7/vim-arsync", requires = { "prabirshrestha/async.vim" } },
{ -- Collection of various small independent plugins/modules { -- Collection of various small independent plugins/modules
"echasnovski/mini.nvim", "echasnovski/mini.nvim",
config = function() config = function()