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', ...)
|
-- map('t', ...)
|
||||||
|
|
||||||
-- Example: Disable find files keymap
|
-- 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
|
disable = { -- disabling some core plugins may mean you'll have to remap some keybindings
|
||||||
'auto-session',
|
--[[ 'auto-session',
|
||||||
'autocomplete',
|
'autocomplete',
|
||||||
'colorizer',
|
'colorizer',
|
||||||
'dashboard',
|
'dashboard',
|
||||||
|
@ -22,7 +22,7 @@ local plugins = {
|
||||||
'terminal',
|
'terminal',
|
||||||
'theme',
|
'theme',
|
||||||
'todo-comments',
|
'todo-comments',
|
||||||
'treesitter',
|
'treesitter', ]]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue