This commit is contained in:
Jaroslaw Konik 2023-07-30 10:29:49 +02:00
parent fbfbca4a1f
commit 70843a461f

View file

@ -11,11 +11,6 @@ if not vim.loop.fs_stat(lazypath) then
end end
vim.opt.rtp:prepend(lazypath) 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({ require("lazy").setup({
{ "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim" }, { "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim" },
"lewis6991/fileline.nvim", "lewis6991/fileline.nvim",