From ad155739abad568dd1199b5dcb54b0de1e9d6556 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:03:09 +0000 Subject: [PATCH] Delete rooter.lua --- dot_config/nvim/lua/plugins/rooter.lua | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dot_config/nvim/lua/plugins/rooter.lua diff --git a/dot_config/nvim/lua/plugins/rooter.lua b/dot_config/nvim/lua/plugins/rooter.lua deleted file mode 100644 index bfe415d..0000000 --- a/dot_config/nvim/lua/plugins/rooter.lua +++ /dev/null @@ -1,17 +0,0 @@ -return {} --- return { --- { --- "notjedi/nvim-rooter.lua", --- lazy = false, --- priority = 1000, --- config = function() --- require("nvim-rooter").setup({ --- update_cwd = true, --- update_focused_file = { --- enable = true, --- update_cwd = true, --- }, --- }) --- end, --- }, --- }