From 3892bc93893e8282accd128f0c0990abfee21606 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Wed, 8 Feb 2023 22:53:04 +0100 Subject: [PATCH] [nvim] cleanup: rename comment.lua to editor.lua the file will host plugins relative to the editor itself, not only comments --- .config/nvim/lua/plugin/{comment.lua => editor.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .config/nvim/lua/plugin/{comment.lua => editor.lua} (100%) diff --git a/.config/nvim/lua/plugin/comment.lua b/.config/nvim/lua/plugin/editor.lua similarity index 100% rename from .config/nvim/lua/plugin/comment.lua rename to .config/nvim/lua/plugin/editor.lua