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 | |
| parent | 5fa88b3a40259cbfe4596474a4f59e16921f2da3 (diff) | |
| download | dotfiles-c0128cf2a5fe10e6ea433be9e0f5f80df2605720.tar.gz dotfiles-c0128cf2a5fe10e6ea433be9e0f5f80df2605720.tar.bz2 dotfiles-c0128cf2a5fe10e6ea433be9e0f5f80df2605720.zip | |
nvim: purge which-key.vim
| -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', |
