diff options
author | LostNeophyte <[email protected]> | 2023-01-26 10:11:07 +0100 |
---|---|---|
committer | LostNeophyte <[email protected]> | 2023-01-26 10:54:59 +0100 |
commit | 162eff8fd5a2a6df4f45ba24226438e3787fb605 (patch) | |
tree | a79a5f5ff7f433707401b6f0c501c354660a1334 /lua/lvim/plugins.lua | |
parent | 0f0380dcc6b1e3a0fbe9d830841b4c4afbd88853 (diff) |
feat: make lvim.lsp a builtin
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 9e36d4a8..ae03cf9f 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -156,7 +156,7 @@ local core_plugins = { { "folke/which-key.nvim", config = function() - require("lvim.core.builtins").setup "which-key" + require("lvim.core.builtins").setup "which_key" end, event = "VeryLazy", enabled = lvim.builtin.which_key.active, |