mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
fix(lsp): remove unused ns field
This commit is contained in:
committed by
Lewis Russell
parent
63323a9c81
commit
181df60533
@@ -99,7 +99,6 @@ local function reset_bufstate(bufnr, enabled)
|
|||||||
processed_version = {},
|
processed_version = {},
|
||||||
applied_version = {},
|
applied_version = {},
|
||||||
hl_info = {},
|
hl_info = {},
|
||||||
ns = {},
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user