kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Incorrect comments in init.lua

Open proofer opened this issue 1 year ago • 0 comments

init.lua line 539:

         -- The following autocommand is used to enable inlay hints in your
         -- code, if the language server you are using supports them

The code following the comment creates a keymap to toggle inlay hints, not an autocommand.

proofer avatar Jun 05 '24 12:06 proofer