From 209c15c008251cd96f0d4ae6a4c797a1ccb1e9bd Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 19 Mar 2022 14:27:18 -0500 Subject: feat: nvim working mostly --- nvim/lua/plugins/project.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nvim/lua/plugins/project.lua (limited to 'nvim/lua/plugins/project.lua') diff --git a/nvim/lua/plugins/project.lua b/nvim/lua/plugins/project.lua new file mode 100644 index 0000000..810d2bd --- /dev/null +++ b/nvim/lua/plugins/project.lua @@ -0,0 +1,13 @@ +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 -- cgit v1.2.3-70-g09d2