feat(lsp): enable document_color by default #35086

This commit is contained in:
Maria José Solano
2025-07-27 17:11:28 -07:00
committed by GitHub
parent 628d569a59
commit d08b265111
3 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
--- @brief This module provides LSP support for highlighting color references in a document.
--- Highlighting is enabled by default.
local api = vim.api
local lsp = vim.lsp
local util = lsp.util