init
This commit is contained in:
16
nvim/lua/plugins/extras/editor/exercism.lua
Normal file
16
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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user