neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 181df605338257f5a288f568cfb147924d652e11
parent 63323a9c81a8a694c01175cac0d3088aa63ffc2b
Author: Maria José Solano <majosolano99@gmail.com>
Date:   Sun, 27 Apr 2025 10:13:22 -0700

fix(lsp): remove unused `ns` field

Diffstat:
Mruntime/lua/vim/lsp/document_color.lua | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/runtime/lua/vim/lsp/document_color.lua b/runtime/lua/vim/lsp/document_color.lua @@ -99,7 +99,6 @@ local function reset_bufstate(bufnr, enabled) processed_version = {}, applied_version = {}, hl_info = {}, - ns = {}, } end