Skip to content

Commit

Permalink
feat(project-nvim): use a slightly more maintained version of `projec…
Browse files Browse the repository at this point in the history
…t.nvim` (#332)

feat: use a slightly more maintained version of `project.nvim`
  • Loading branch information
jay-babu authored Jul 1, 2023
1 parent 86815e1 commit d0a3fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/project/project-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
{
"ahmedkhalf/project.nvim",
"jay-babu/project.nvim",
event = "VeryLazy",
opts = { ignore_lsp = { "lua_ls" } },
config = function(_, opts) require("project_nvim").setup(opts) end,
Expand Down

0 comments on commit d0a3fd0

Please sign in to comment.