summaryrefslogtreecommitdiff
path: root/lua/config/plugins/comments.lua
diff options
context:
space:
mode:
authorMarcelo <setanta@gmail.com>2025-03-30 04:26:45 -0300
committerMarcelo <setanta@gmail.com>2025-03-30 04:26:45 -0300
commit70fa6519abe34d9251b4cef6122257fc0edbd4aa (patch)
tree3e1098542afe7c5705297a86623402de8f2160f5 /lua/config/plugins/comments.lua
parentc78361a6155dd53cd1098f7fdf33acfea20dc903 (diff)
Moved plugin files into ux.lua and skin.lua.
For usability and appearance related, respectively.
Diffstat (limited to 'lua/config/plugins/comments.lua')
-rw-r--r--lua/config/plugins/comments.lua7
1 files changed, 0 insertions, 7 deletions
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 = {},
- },
-}