diff options
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 6b0dff73..cf8f86be 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -54,7 +54,7 @@ O = { scrolloff = 8, -- is one of my fav }, - -- TODO refactor for tree + -- TODO: refactor for tree auto_close_tree = 0, nvim_tree_disable_netrw = 0, @@ -76,7 +76,7 @@ O = { lush = { active = false }, }, - -- TODO just using mappings (leader mappings) + -- TODO: just using mappings (leader mappings) user_which_key = {}, user_plugins = { |