diff options
| author | Richard Macklin <1863540+rmacklin@users.noreply.github.com> | 2024-07-22 10:00:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 13:00:35 -0400 |
| commit | 680859262ea9283591b517d1dc8d30240572f237 (patch) | |
| tree | 4084ed5e8b6efdc2efdba908df6d75cccab4160e | |
| parent | ea0d8ea6e26c27710db5369e26665d8144b2d20b (diff) | |
| download | dots-680859262ea9283591b517d1dc8d30240572f237.tar.gz | |
Update comment about the toggle inlay hints keymap (#1041)
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 7718130..0d380e8 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -533,7 +533,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 |