Add neovim plugins (+configuration)

This commit is contained in:
2025-05-05 22:51:56 +02:00
parent 958883c21c
commit e660a92443
17 changed files with 810 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
require("sniprun").setup({
selected_interpreters = { "JS_TS_deno" },
repl_enable = { "JS_TS_deno" },
})