diff --git a/lua/cosmic/config/examples/mappings.lua b/lua/cosmic/config/examples/mappings.lua index d7eef91..47d8bfe 100644 --- a/lua/cosmic/config/examples/mappings.lua +++ b/lua/cosmic/config/examples/mappings.lua @@ -15,4 +15,4 @@ map('i', 'jj', '', { noremap = true, silent = true }) -- map('t', ...) -- Example: Disable find files keymap -cmd('unmap f') +-- cmd('unmap f') diff --git a/lua/cosmic/config/examples/plugins.lua b/lua/cosmic/config/examples/plugins.lua index 1543cd4..f6205d6 100644 --- a/lua/cosmic/config/examples/plugins.lua +++ b/lua/cosmic/config/examples/plugins.lua @@ -9,7 +9,7 @@ local plugins = { }, }, disable = { -- disabling some core plugins may mean you'll have to remap some keybindings - 'auto-session', + --[[ 'auto-session', 'autocomplete', 'colorizer', 'dashboard', @@ -22,7 +22,7 @@ local plugins = { 'terminal', 'theme', 'todo-comments', - 'treesitter', + 'treesitter', ]] }, }