mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
fix(lsp): deprecate vim.lsp.protocol.Methods
(#35998)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
local util = require('vim.lsp.util')
|
||||
local log = require('vim.lsp.log')
|
||||
local lsp = vim.lsp
|
||||
local method = require('vim.lsp.protocol').Methods.textDocument_linkedEditingRange
|
||||
local method = 'textDocument/linkedEditingRange'
|
||||
local Range = require('vim.treesitter._range')
|
||||
local api = vim.api
|
||||
local M = {}
|
||||
|
Reference in New Issue
Block a user