Add neovim plugins (+configuration)

This commit is contained in:
2025-05-05 22:50:28 +02:00
parent 958883c21c
commit e660a92443
17 changed files with 810 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
require("sniprun").setup({
selected_interpreters = { "JS_TS_deno" },
repl_enable = { "JS_TS_deno" },
})