diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/default-config.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lua/default-config.lua b/lua/default-config.lua index a9a5d880..0e7e9c91 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -18,6 +18,7 @@ O = {      ignore_case = true,      smart_case = true,      lushmode = false, +    leader_key = "space";      -- @usage pass a table with your desired languages      treesitter = { | 
