mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
feat(lsp): enable document_color by default #35086
This commit is contained in:
committed by
GitHub
parent
628d569a59
commit
d08b265111
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user