summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugin_settings.lua
diff options
context:
space:
mode:
authorYigit Sever2023-05-13 13:04:45 +0300
committerYigit Sever2023-05-13 13:04:45 +0300
commitc0128cf2a5fe10e6ea433be9e0f5f80df2605720 (patch)
treef44739263d17402355526de1c9184455d1fbef78 /.config/nvim/lua/plugin_settings.lua
parent5fa88b3a40259cbfe4596474a4f59e16921f2da3 (diff)
downloaddotfiles-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.lua5
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()
704end) 703end)
705 704
706-- }}} barbar.nvim -- 705-- }}} barbar.nvim --
707
708-- which-key {{{ --
709require("which-key").setup {}
710-- }}} which-key --