📁 files(nvim): moved some files as well as changed names
This commit is contained in:
parent
d12ad6a7e2
commit
d8b82600b7
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue