]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: disable inlay_hints
authorSamir Benmendil <me@rmz.io>
Mon, 29 Jul 2024 16:27:50 +0000 (17:27 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 29 Jul 2024 16:28:39 +0000 (17:28 +0100)
nvim/lua/plugins/lsp.lua

index 509841c6a3d2b3c892f95a0a42b01b1843551b8d..7957d8212b69cc5b4653f37f5f8eced8033c07ab 100644 (file)
@@ -12,6 +12,7 @@ return {
       keys[#keys+1] = { "gr", false }
     end,
     opts = {
+      inlay_hints = { enabled = false },
       -- Automatically format on save
       -- autoformat = false,
       -- LSP Server Settings