summaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-08-27 14:56:33 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-08-27 14:56:33 -0600
commit2e8a5a85148413304aadecc3d0f163ade47fe7c5 (patch)
treecce533d1bd054b69ae2d9f7a904c45c62502e1f8 /lua/plugins/init.lua
parent36bc3b587bea9fc7f11615fe9233856ede24b9fd (diff)
feat: add tab navigation keybinds, refactor which-key settings
Diffstat (limited to 'lua/plugins/init.lua')
-rw-r--r--lua/plugins/init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua
index c0cf279..47427b0 100644
--- a/lua/plugins/init.lua
+++ b/lua/plugins/init.lua
@@ -5,8 +5,6 @@ return {
-- Detect tabstop and shiftwidth automatically
-- luevano: not sure how I feel about this, need to check later
'tpope/vim-sleuth',
- -- Useful plugin to show you pending keybinds.
- { 'folke/which-key.nvim', opts = {} },
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },
-- required for nvim-qt on windows