Skip to content

Commit

Permalink
feat(project): add project.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 28, 2023
1 parent 23882e9 commit 76fc3f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/project/project-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# project.nvim

**Repository:** https://github.com/ahmedkhalf/project.nvim

The superior project management solution for neovim.
10 changes: 10 additions & 0 deletions lua/astrocommunity/project/project-nvim/project-nvim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return {
"ahmedkhalf/project.nvim",
event = "VeryLazy",
dependencies = "nvim-telescope/telescope.nvim",
opts = { ignore_lsp = { "lua_ls" } },
config = function(_, opts)
require("project_nvim").setup(opts)
require("telescope").load_extension "projects"
end,
}

0 comments on commit 76fc3f3

Please sign in to comment.