mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
refactor(lsp): change capability name to snake case
This commit is contained in:
@@ -35,7 +35,7 @@ local Capability = require('vim.lsp._capability')
|
||||
---
|
||||
--- Index in the form of start_row -> collapsed_text
|
||||
---@field row_text table<integer, string?>
|
||||
local State = { name = 'Folding Range', active = {} }
|
||||
local State = { name = 'folding_range', active = {} }
|
||||
State.__index = State
|
||||
setmetatable(State, Capability)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user