summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorRichard Macklin <1863540+rmacklin@users.noreply.github.com>2024-07-22 10:00:35 -0700
committerGitHub <noreply@github.com>2024-07-22 13:00:35 -0400
commit680859262ea9283591b517d1dc8d30240572f237 (patch)
tree4084ed5e8b6efdc2efdba908df6d75cccab4160e /nvim
parentea0d8ea6e26c27710db5369e26665d8144b2d20b (diff)
downloaddots-680859262ea9283591b517d1dc8d30240572f237.tar.gz
Update comment about the toggle inlay hints keymap (#1041)
Diffstat (limited to 'nvim')
-rw-r--r--nvim/init.lua2
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