Add: Pastebin

This commit is contained in:
psychhim
2025-12-06 00:13:31 +05:30
parent 0a7572896d
commit 332f770d29
3 changed files with 70 additions and 0 deletions

View File

@@ -385,5 +385,8 @@ require('message_auto_clear').setup()
-- When a file is deleted externally, rename all its buffers to "[file]: file removed"
require 'buffer_deleted'
-- Pastebin
require('pastebin').setup()
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et