fix nvim-lsp-installer path moved to core module (#126)

pull/130/head
Alexandre Desjardins 2 years ago committed by GitHub
parent 257218611e
commit f41af88f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -680,7 +680,7 @@ For diagnostic issue, you can use the default setup. There are also quite a few
(suggested by @mattbailey)
```lua
local path = require 'nvim-lsp-installer.path'
local path = require 'nvim-lsp-installer.core.path'
local install_root_dir = path.concat {vim.fn.stdpath 'data', 'lsp_servers'}
require('go').setup({

Loading…
Cancel
Save