mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
feat(lsp): completion side effects
This commit is contained in:
@@ -3,7 +3,7 @@ local protocol = require('vim.lsp.protocol')
|
||||
local ms = protocol.Methods
|
||||
local util = require('vim.lsp.util')
|
||||
local api = vim.api
|
||||
local completion = require('vim.lsp._completion')
|
||||
local completion = require('vim.lsp.completion')
|
||||
|
||||
--- @type table<string,lsp.Handler>
|
||||
local M = {}
|
||||
|
||||
Reference in New Issue
Block a user