Merge branch 'nvim-lua:master' into master

This commit is contained in:
long-crypto 2024-07-23 04:59:49 +00:00 committed by GitHub
commit 1d4c7f9550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ require('lazy').setup({
})
end
-- The following autocommand is used to enable inlay hints in your
-- The following code creates a keymap to toggle inlay hints in your
-- code, if the language server you are using supports them
--
-- This may be unwanted, since they displace some of your code