✨ feat(nvim): new extra: exercism.nvim
This commit is contained in:
parent
6f3442110a
commit
c712fbbd33
1 changed files with 16 additions and 0 deletions
16
.config/nvim/lua/plugins/extras/editor/exercism.lua
Normal file
16
.config/nvim/lua/plugins/extras/editor/exercism.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"2kabhishek/exercism.nvim",
|
||||
cmd = {
|
||||
"ExercismLanguages",
|
||||
"ExercismList",
|
||||
"ExercismSubmit",
|
||||
"ExercismTest",
|
||||
},
|
||||
dependencies = {
|
||||
"2kabhishek/utils.nvim", -- required, for utility functions
|
||||
},
|
||||
opts = {
|
||||
exercism_workspace = "~/dev/study/exercism",
|
||||
add_default_keybindings = false,
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue