Skip to content

Commit

Permalink
chore: update config types
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Nov 21, 2024
1 parent 802f8e0 commit 510621d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/exercism/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
local M = {}

---@class exercism.config
---@field name string
---@field exercism_workspace string
---@field default_language string
---@field add_default_keybindings boolean
---@field icons table<string, string>
local config = {
exercism_workspace = '~/exercism',
default_language = 'ruby',
Expand Down

0 comments on commit 510621d

Please sign in to comment.