nvim: enable inlay hints by default

This commit is contained in:
Daniel Lundin 2024-03-12 17:21:41 +01:00
parent 40afbee248
commit 5433ee64f7

View file

@ -2,7 +2,7 @@ return {
{
"neovim/nvim-lspconfig",
opts = {
-- inlay_hints = { enabled = true },
inlay_hints = { enabled = true },
-- capabilities = {
-- workspace = {
-- didChangeWatchedFiles = {