Nvim: VeryLazy load telescope and which-key

This commit is contained in:
Robert Kmieć
2024-03-03 23:38:16 +01:00
parent 4bd5c09035
commit d37d2c2493
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
return {
'folke/which-key.nvim',
config = true
config = true,
event = 'VeryLazy'
}