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, --- }, --- }