diff options
author | Yigit Sever | 2023-05-13 13:04:45 +0300 |
---|---|---|
committer | Yigit Sever | 2023-05-13 13:04:45 +0300 |
commit | c0128cf2a5fe10e6ea433be9e0f5f80df2605720 (patch) | |
tree | f44739263d17402355526de1c9184455d1fbef78 /.config/nvim/lua/plugin_settings.lua | |
parent | 5fa88b3a40259cbfe4596474a4f59e16921f2da3 (diff) | |
download | dotfiles-c0128cf2a5fe10e6ea433be9e0f5f80df2605720.tar.gz dotfiles-c0128cf2a5fe10e6ea433be9e0f5f80df2605720.tar.bz2 dotfiles-c0128cf2a5fe10e6ea433be9e0f5f80df2605720.zip |
nvim: purge which-key.vim
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 -- | ||