diff options
| author | kylo252 <[email protected]> | 2022-02-21 11:51:32 +0100 | 
|---|---|---|
| committer | kylo252 <[email protected]> | 2022-02-21 11:51:32 +0100 | 
| commit | 3abb0a7350392a4a02f970e8636dcb167c1ba53c (patch) | |
| tree | c2f12e15d5fd78cfb0d4a5023c97820bd9a66a83 /lua/lvim/core | |
| parent | c8157a0b924279c4344b8c311d793545d1549cf0 (diff) | |
| parent | 4400e39a69dce6c2a63b391242e38f781e35025d (diff) | |
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/core')
| -rw-r--r-- | lua/lvim/core/telescope.lua | 2 | ||||
| -rw-r--r-- | lua/lvim/core/which-key.lua | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lua/lvim/core/telescope.lua b/lua/lvim/core/telescope.lua index 44aed88b..2c9ef1e7 100644 --- a/lua/lvim/core/telescope.lua +++ b/lua/lvim/core/telescope.lua @@ -4,7 +4,7 @@ function M.config()    -- Define this minimal config so that it's available if telescope is not yet available.    lvim.builtin.telescope = { -    ---@usage disable telescope completely [not recommeded] +    ---@usage disable telescope completely [not recommended]      active = true,      on_config_done = nil,    } diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 75169567..f169a234 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -2,7 +2,7 @@ local M = {}  M.config = function()    lvim.builtin.which_key = { -    ---@usage disable which-key completely [not recommeded] +    ---@usage disable which-key completely [not recommended]      active = true,      on_config_done = nil,      setup = { | 
