diff options
Diffstat (limited to '.config/nvim/lua')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 5 | ||||
-rw-r--r-- | .config/nvim/lua/plugins.lua | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 9466d25..d8fd4a3 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -553,7 +553,6 @@ require("catppuccin").setup({ | |||
553 | telescope = true, | 553 | telescope = true, |
554 | treesitter = true, | 554 | treesitter = true, |
555 | vimwiki = true, | 555 | vimwiki = true, |
556 | which_key = true, | ||
557 | }, | 556 | }, |
558 | native_lsp = { | 557 | native_lsp = { |
559 | enabled = true, | 558 | enabled = true, |
@@ -704,7 +703,3 @@ nvim_tree_events.subscribe('TreeClose', function() | |||
704 | end) | 703 | end) |
705 | 704 | ||
706 | -- }}} barbar.nvim -- | 705 | -- }}} barbar.nvim -- |
707 | |||
708 | -- which-key {{{ -- | ||
709 | require("which-key").setup {} | ||
710 | -- }}} which-key -- | ||
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index c59f944..37fa6be 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -65,9 +65,6 @@ return require('packer').startup(function(use) | |||
65 | } | 65 | } |
66 | use {'nvim-telescope/telescope-fzf-native.nvim', run = 'make' } | 66 | use {'nvim-telescope/telescope-fzf-native.nvim', run = 'make' } |
67 | 67 | ||
68 | -- display a popup with possible keybinds | ||
69 | use "folke/which-key.nvim" | ||
70 | |||
71 | -- git integration for buffers | 68 | -- git integration for buffers |
72 | use { | 69 | use { |
73 | 'lewis6991/gitsigns.nvim', | 70 | 'lewis6991/gitsigns.nvim', |