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 | 56b9114bf29cdc0c0f5de78b5deae1fe0ab65db1 (patch) | |
tree | 70e9c100cbac1ddd8e15888be75d9361b36dc1fb | |
parent | 6f3fe35de355b71257fe987537727ca2c7101c0c (diff) |
Update comment about the toggle inlay hints keymap (#1041)
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |