feat(config): clean up
This commit is contained in:
parent
0d3e6a0ad2
commit
e0503e4a81
2 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
|
@ -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', ]]
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue