diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/comment.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/after/plugin/comment.lua b/after/plugin/comment.lua deleted file mode 100644 index 15ec3d8..0000000 --- a/after/plugin/comment.lua +++ /dev/null @@ -1,6 +0,0 @@ -local status_ok, comment = pcall(require, "Comment") -if not status_ok then - return -end - -comment.setup {} |