added neorg

This commit is contained in:
John O'Keefe 2024-11-20 17:51:26 -05:00
parent f36d8b5c14
commit e60ffa38e9
2 changed files with 5 additions and 10 deletions

View File

@ -9,12 +9,15 @@ return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.lua" },
-- import/override with your plugins folder
{ import = "astrocommunity.recipes.vscode" },
{ import = "astrocommunity.recipes.neovide" },
-- { import = "astrocommunity.recipes.vscode" },
-- { import = "astrocommunity.recipes.neovide" },
{ import = "astrocommunity.colorscheme.tokyonight-nvim" },
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
-- Add language support
{ import = "astrocommunity.pack.go" },
{ import = "astrocommunity.pack.svelte" },
-- Add "Apps"
{ import = "astrocommunity.note-taking.neorg" },
}

View File

@ -1,8 +0,0 @@
return {
"ThePrimeagen/harpoon",
version = "*",
event = "VeryLazy",
config = function() require("harpoon").setup {} end,
dependences = { "nvim-lua/plenary.nvim "},
}