nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.69k stars 16.61k forks source link

Incorrect comments in init.lua #968

Open proofer opened 4 weeks ago

proofer commented 4 weeks ago

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.