diff options
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 5 |
1 files changed, 0 insertions, 5 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 -- | ||