From 32523489547514b1fa348df824881cba25e0abea Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 18 May 2023 11:41:01 +0100 Subject: [PATCH] Moved inlay hints to the end of line as opposed to the right of the screen --- nvim/after/plugin/inlay.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/nvim/after/plugin/inlay.lua b/nvim/after/plugin/inlay.lua index bf7a177..3ac9973 100644 --- a/nvim/after/plugin/inlay.lua +++ b/nvim/after/plugin/inlay.lua @@ -1,6 +1,3 @@ local inlay = require("inlay-hints").setup({ only_current_line = true, - eol = { - right_align = true, - } }) \ No newline at end of file