1 2 3 4 5 6 7 8
vim.lsp.enable({ 'intelephense', 'lua_ls', }) vim.diagnostic.config({ virtual_lines = true, })