summaryrefslogtreecommitdiffstatshomepage
path: root/nvim/lua/plugins/project.lua
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
commite6051a38a672182c7f7dfa083ca1e72b97803c94 (patch)
tree734e251bab033169399432fe1c93fc879dfab578 /nvim/lua/plugins/project.lua
parentbb375ba979dfc0c575443f8309ee52d0fd446a26 (diff)
feat: migrated to gnu stow
Diffstat (limited to 'nvim/lua/plugins/project.lua')
-rw-r--r--nvim/lua/plugins/project.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lua/plugins/project.lua b/nvim/lua/plugins/project.lua
deleted file mode 100644
index 810d2bd..0000000
--- a/nvim/lua/plugins/project.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-local status_ok, project = pcall(require, "project_nvim")
-if not status_ok then
- return
-end
-
-project.setup {}
-
-local tele_status_ok, telescope = pcall(require, "telescope")
-if not tele_status_ok then
- return
-end
-
-telescope.load_extension('projects') \ No newline at end of file