From 2e8a5a85148413304aadecc3d0f163ade47fe7c5 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 27 Aug 2023 14:56:33 -0600 Subject: feat: add tab navigation keybinds, refactor which-key settings --- lua/plugins/init.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/plugins/init.lua') 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 -- cgit v1.2.3-54-g00ecf