diff --git a/modules/neovim/lsp.lua b/modules/neovim/lsp.lua index f621f41..40e3b75 100644 --- a/modules/neovim/lsp.lua +++ b/modules/neovim/lsp.lua @@ -15,7 +15,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 diff --git a/modules/neovim/lua/plugins/astrocore.lua b/modules/neovim/lua/plugins/astrocore.lua index 98c6891..57d74b7 100644 --- a/modules/neovim/lua/plugins/astrocore.lua +++ b/modules/neovim/lua/plugins/astrocore.lua @@ -17,7 +17,6 @@ return { highlighturl = true, -- highlight URLs at start notifications = true, -- enable notifications at start signature_help = true, -- enable automatically showing signature help - inlay_hints = true, -- enable inlay hints globally }, -- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on diagnostics = {