diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/vim.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua index 90caa0a..4588ae8 100644 --- a/dotfiles/vim.lua +++ b/dotfiles/vim.lua | |||
@@ -445,12 +445,6 @@ require("indent_blankline").setup { | |||
445 | show_current_context_start = true, | 445 | show_current_context_start = true, |
446 | } | 446 | } |
447 | 447 | ||
448 | -- Which Key | ||
449 | |||
450 | require("which-key").setup {} | ||
451 | |||
452 | vim.o.timeoutlen = 500 | ||
453 | |||
454 | -- Local config | 448 | -- Local config |
455 | 449 | ||
456 | function isModuleAvailable(name) | 450 | function isModuleAvailable(name) |