-- Virtual text vim.diagnostic.config({ virtual_lines = true, }) -- LSP vim.lsp.enable({ "clangd", "gopls", "rust-analyzer", })