From 70fa6519abe34d9251b4cef6122257fc0edbd4aa Mon Sep 17 00:00:00 2001 From: Marcelo Date: Sun, 30 Mar 2025 04:26:45 -0300 Subject: Moved plugin files into ux.lua and skin.lua. For usability and appearance related, respectively. --- lua/config/plugins/comments.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lua/config/plugins/comments.lua (limited to 'lua/config/plugins/comments.lua') diff --git a/lua/config/plugins/comments.lua b/lua/config/plugins/comments.lua deleted file mode 100644 index 1ec45f1..0000000 --- a/lua/config/plugins/comments.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - { - "folke/todo-comments.nvim", - dependencies = { "nvim-lua/plenary.nvim" }, - opts = {}, - }, -} -- cgit v1.2.3