nvim: nvim lsp lua module name has changed upstream
This commit is contained in:
parent
1dd213bb04
commit
974c399bea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
local nvim_lsp = require('nvim_lsp')
|
local nvim_lsp = require('lspconfig')
|
||||||
local diagnostic = require('diagnostic')
|
local diagnostic = require('diagnostic')
|
||||||
local completion = require('completion')
|
local completion = require('completion')
|
||||||
local lsp_status = require('lsp-status')
|
local lsp_status = require('lsp-status')
|
||||||
|
|
Loading…
Reference in a new issue