Add neovim plugins (+configuration)

This commit is contained in:
2025-05-05 22:50:28 +02:00
parent 73160c6fce
commit c77d44af33
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" },
})