diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-27 16:21:02 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-27 16:21:02 +0100 |
commit | b51afe268a6015ce31cf9162545411dd9fce93ad (patch) | |
tree | 0773b31d812fa552aca5834918e7e5a81f2f0eae /lua/config/lazy.lua | |
parent | a33f663f2998135b0e42e1bdfb8b172242c04424 (diff) |
checkpoint
Diffstat (limited to 'lua/config/lazy.lua')
-rw-r--r-- | lua/config/lazy.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 5d61d75..4c053d0 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -49,12 +49,7 @@ require("lazy").setup({ }, { "ray-x/lsp_signature.nvim", - event = "VeryLazy", - config = function() - require("lsp_signature").setup({ - -- hint_enable = false, - }) - end, + event = "LspAttach", }, { --snippets |