📁 files(nvim): moved some files as well as changed names

This commit is contained in:
Sergio Laín 2023-12-01 00:43:37 +01:00
parent d12ad6a7e2
commit d8b82600b7
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
"plugins.extras.coding.annotation",
"plugins.extras.coding.cmp.autopairs",
"plugins.extras.coding.cmp.fonts",
"plugins.extras.coding.debug.debugprint",
"plugins.extras.coding.debugprint",
"plugins.extras.coding.dial",
"plugins.extras.coding.multicursor",
"plugins.extras.coding.refactoring",
@ -73,3 +73,4 @@
},
"version": 2
}

View file

@ -3,7 +3,6 @@ return {
run = "bash ./install.sh",
cmd = { "SnipRun", "SnipInfo", "SnipLive", "SnipClose", "SnipReset", "SnipReplMemoryClean" },
opts = {
selected_interpreters = {}, --# use those instead of the default for the current filetype
repl_enable = { "javascript", "typescript" }, --# enable REPL-like behavior for the given interpreters
repl_disable = {}, --# disable REPL-like behavior for the given interpreters