summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-01-27 22:32:16 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-01-27 22:59:48 +0100
commit3e5838290dd57116457e4b11eb6ba21e83b260a4 (patch)
treeb5472d1f6c3f3ecd9e9100c1da0e62d0d33d691b /plugin
Initial commit
Diffstat (limited to 'plugin')
-rw-r--r--plugin/nvim-paredit-scheme.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/nvim-paredit-scheme.vim b/plugin/nvim-paredit-scheme.vim
new file mode 100644
index 0000000..4d2dbff
--- /dev/null
+++ b/plugin/nvim-paredit-scheme.vim
@@ -0,0 +1,4 @@
+if exists("g:loaded_paredit")
+ finish
+endif
+let g:loaded_paredit = 1