lua -> vim.loop.cwd() -> vim.fn.getcwd()
This commit is contained in:
parent
8fdf9bd08c
commit
9f36693f90
@ -217,7 +217,7 @@ require('lspconfig').lua_ls.setup({
|
|||||||
|
|
||||||
require('lspconfig').verible.setup({
|
require('lspconfig').verible.setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
root_dir = function() return vim.loop.cwd() end
|
root_dir = function() return vim.fn.getcwd() end
|
||||||
})
|
})
|
||||||
|
|
||||||
if vim.fn.exists('+undofile') ~= 0 then
|
if vim.fn.exists('+undofile') ~= 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user