diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua new file mode 100644 index 0000000..b63f2d2 --- /dev/null +++ b/lua/plugins/lspconfig.lua @@ -0,0 +1,6 @@ +return { + "neovim/nvim-lspconfig", + opts = { + inlay_hints = { enabled = false }, + }, +}