Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
neorg now has an org, replaced links for them (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvchoudh authored Sep 8, 2021
1 parent 678d2cc commit 97ccff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/doom/modules/config/doom-treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ return function()
local parser_configs = require("nvim-treesitter.parsers").get_parser_configs()
parser_configs.norg = {
install_info = {
url = "https://github.com/vhyrro/tree-sitter-norg",
url = "https://github.com/nvim-neorg/tree-sitter-norg",
files = { "src/parser.c", "src/scanner.cc" },
branch = "main",
},
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packer.startup(function(use)
-- Neorg
local disabled_neorg = functions.is_plugin_disabled("neorg")
use({
"vhyrro/neorg",
"nvim-neorg/neorg",
branch = "unstable",
config = require("doom.modules.config.doom-neorg"),
disable = disabled_neorg,
Expand Down

0 comments on commit 97ccff5

Please sign in to comment.