feat(config): clean up

This commit is contained in:
Matt Leong 2021-11-10 14:24:48 -08:00
parent 0d3e6a0ad2
commit e0503e4a81
2 changed files with 3 additions and 3 deletions

View file

@ -15,4 +15,4 @@ map('i', 'jj', '<esc>', { noremap = true, silent = true })
-- map('t', ...)
-- Example: Disable find files keymap
cmd('unmap <leader>f')
-- cmd('unmap <leader>f')

View file

@ -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', ]]
},
}