From 7c3289fded1f75f6e060f56bd06edc2a327744d9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 6 May 2025 16:51:24 -0500 Subject: kitchen sink again :( --- lua/conf/plugins/project.lua | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lua/conf/plugins/project.lua (limited to 'lua/conf/plugins/project.lua') diff --git a/lua/conf/plugins/project.lua b/lua/conf/plugins/project.lua deleted file mode 100644 index 1075e4c..0000000 --- a/lua/conf/plugins/project.lua +++ /dev/null @@ -1,18 +0,0 @@ -return { 'ahmedkhalf/project.nvim', - disable = true, - -- disable = vim.fn.has("nvim-0.5.0"), - function() - require('project_nvim').setup { - patterns = { - ".git", - "Makefile", - "_darcs", - ".hg", - ".bzr", - ".svn", - "package.json", - "README.md" - } - } - end -} -- cgit v1.2.1