From 70843a461f8fc9fdac32b65d9ecd77fdbee5c9d2 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sun, 30 Jul 2023 10:29:49 +0200 Subject: [PATCH] update --- init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.lua b/init.lua index 7930629..280a6f0 100644 --- a/init.lua +++ b/init.lua @@ -11,11 +11,6 @@ if not vim.loop.fs_stat(lazypath) then end vim.opt.rtp:prepend(lazypath) --- https://github.com/nvim-neotest/neotest --- https://github.com/nvim-neorg/neorg --- https://github.com/michaelb/sniprun --- https://github.com/iamcco/markdown-preview.nvim - require("lazy").setup({ { "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim" }, "lewis6991/fileline.nvim",