Add vdebug
This commit is contained in:
@ -29,12 +29,3 @@ function default_on_attach(client, bufnr)
|
||||
nnoremap('gr', vim.lsp.buf.references, "Find references")
|
||||
nnoremap('<space>f', function() vim.lsp.buf.format { async = true } end, "Format file")
|
||||
end
|
||||
|
||||
function read_configuration()
|
||||
local configuration = {}
|
||||
local chunk, err = loadfile(os.getenv('HOME') .. '/.config/nvim/config', 't', configuration)
|
||||
if chunk then
|
||||
chunk()
|
||||
end
|
||||
return configuration
|
||||
end
|
||||
|
Reference in New Issue
Block a user