Explorar o código

nixpkgs/neovim: disable inlay hints

Thomas Dy %!s(int64=3) %!d(string=hai) anos
pai
achega
77c18cc457
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .config/nixpkgs/neovim/init.lua

+ 1 - 1
.config/nixpkgs/neovim/init.lua

@@ -159,7 +159,7 @@ if vim.fn.executable("node_modules/.bin/tsc") == 1 then
         filter_out_diagnostics_by_code = {},
 
         -- inlay hints
-        auto_inlay_hints = true,
+        auto_inlay_hints = false,
         inlay_hints_highlight = "Comment",
 
         -- update imports on file move