diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/remap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index 92614a9..3846493 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -108,6 +108,6 @@ vim.api.nvim_create_autocmd('LspAttach', { -- u/Blan_11 vim.keymap.set('n', '<leader>lh', function() vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled()) - end, { silent = true }) + end, { silent = true, buffer = event.buf }) end }) |
