From 5f42a1442e8c796b9b4cd5b30bc6d36ceedaa2f6 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 19 Sep 2024 08:33:00 +0800 Subject: [PATCH] feat(neovim): enable inlay_hints - neovim v0.10+ --- home/base/tui/editors/neovim/nvim/lua/plugins/astrolsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/tui/editors/neovim/nvim/lua/plugins/astrolsp.lua b/home/base/tui/editors/neovim/nvim/lua/plugins/astrolsp.lua index 9dffa5cf..88124ad9 100644 --- a/home/base/tui/editors/neovim/nvim/lua/plugins/astrolsp.lua +++ b/home/base/tui/editors/neovim/nvim/lua/plugins/astrolsp.lua @@ -12,7 +12,7 @@ return { features = { autoformat = true, -- enable or disable auto formatting on start codelens = true, -- enable/disable codelens refresh on start - inlay_hints = false, -- enable/disable inlay hints on start + inlay_hints = true, -- enable/disable inlay hints on start semantic_tokens = true, -- enable/disable semantic token highlighting }, -- customize lsp formatting options