Merge branch 'nvim-lua:master' into master
This commit is contained in:
commit
1d4c7f9550
2
init.lua
2
init.lua
|
@ -552,7 +552,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
|
||||
|
|
Loading…
Reference in New Issue